SQL Server is a relational database management system from Microsoft. Use this tag for all SQL Server editions including Compact, Express, Azure, FastTrack and PDW.
7
votes
0answers
264 views
Deployment error with SSIS 2012 while deploying project to catalogue DB
I encountered a rather strange error earlier while deploying an SSIS project to our SSIS Catalogue DB:
"The project or operation records do not exist or you have not been
granted the appropriate ...
6
votes
0answers
752 views
Zend Framework 2 Microsoft SQL Server 2008 DB connection
I tried out Zend Framework 2 skeleton application and its working fine in
Zend Server 5.6 (PHP Version 5.4.0 apache 2.2.21 MYSQL 5.0.10). But i want Zend Framework 2 to connect with MS SQL 2008. I ...
6
votes
0answers
462 views
Recent Failures on Delphi TADOStoredProc / D6 and RAD Studio XE2
Thanks to any that can provide some assistance...
Background:
I have an application coded and still supported in Borland Delphi v6. Very recently I have had issues with the TADOStoredProc class ...
5
votes
0answers
107 views
LightSwitch related data requests optimization
I have a SQL Server 2008 table with a lot of foreign keys, when opening this in a screen it takes very long time to load all related data, like 10 seconds... Here's a chart from Fiddler showing ...
5
votes
0answers
240 views
Django-pydobc SQL server connection problems on windows
Another developer and I are setting up a django (v1.4.2) project using a legacy SQL server database (SQLEXPRESS) on another server. So far, we have been able to connect to the database from linux and ...
4
votes
0answers
319 views
Error while removing custom entity in Crm 2011
I have another nice problem with the magnificent system called CRM 2011.
It's simple problem, I can't delete a custom entity. While I'm trying to delete entity (it takes 5-7 min then there is an ...
4
votes
0answers
265 views
TClientDataset Widestring field doubles in size after reading NVARCHAR from database
I'm converting one of our Delphi 7 projects to Delphi X3 because we want to support Unicode. We're using MS SQL Server 2008/R2 as our database server. After changing some database fields from VARCHAR ...
3
votes
0answers
102 views
get a listbox binding on both the calendar and a combobox VIDEO
I have filmed my problem as it is easier to explain on video. I want the listbox to display the time began from the bookings table, that relies on the date from the bookings table and the room from ...
3
votes
0answers
149 views
SQL Server specific types support for OrmLite
I just learned about a genius type that would simplify a lot of my work but it looks like my preferred ORM does not recognize it.
Is there a workaround to let ServiceStack OrmLite recognize ...
3
votes
0answers
348 views
How to solve TFS error TF246021 and SQL Server error 500200 while checking in?
I'm trying to check in a file, and one file (one and only one file) has a problem while being checked in. This file has been deleted many times and undeleted (due to a conflict in architecture and ...
3
votes
0answers
125 views
How to synchronize previously deleted rows
I have a junction/ many to many table in my database. This table has 2 columns forming a composite primary key; userid & groupid.
I'm having an issue where once a row is deleted it can never be ...
3
votes
0answers
301 views
Service Broker messages not being sent if target rebooted
At a high level, here is what is happening:
We have two SQL Server 2008 R2 SP1 systems (Standard Edition on Windows NT 6.1 (Build 7601: Service Pack 1))
They are humming along just fine, ...
3
votes
0answers
174 views
tsqlt error handling trumping stored procedure (unit) error handler
When trying to validate a user supplied GUID within a stored procedure a simple approach was used; take the user input as a CHAR(36) then explicitly CAST it as a UNIQUEIDENTIFIER within a TRY CATCH. ...
3
votes
0answers
1k views
Weird SSIS Error (Process Exit Code 255)
I'm having an issue with an SSIS job I recently created that is breaking with a strange error.
Background Info
This is an SSIS package (.dtsx) that is being run with a SQL job (SQL Server 2008, job ...
3
votes
0answers
304 views
ntext in ServiceStack.OrmLite
how can i have nText datatype in ServiceStack.OrmLite Code first ?
public class Email
{
[AutoIncrement]
public long ID { get; set; }
public DateTime Date { get; set; }
public ...
3
votes
0answers
319 views
MSSQL merge replication Automatic Identity Range Management
I have set up an MSSQL merge replication on a large database. One of the tables has 1.5 billion records and causes the snapshot agent to timeout on this table. So first I exported the data of the ...
3
votes
0answers
253 views
Including SQL Server Express Advanced 2012 in the prerequisites of a setup project
We created a setup project in VS2010.
Can you tell us how to add SQL Server Express Advanced 2012 into the prerequisites list of the prerequisites dialog box in a setup project?
We see the 2008 ...
3
votes
0answers
988 views
Executing parameterized stored procedures using PetaPoco
It's been two days I'm wrestling with PetaPoco to implement a search solution (evidently with some search parameters) which has custom paging in database. I couldn't figure out how to configure ...
3
votes
0answers
1k views
Jboss - Strange exception after auto-reconnecting to XA datasource
I'm using a XA datasource on Jboss 6, using <check-valid-connection-sql> and <background-validation-millis> to auto-reconnect when one of the connections is dead. This works, but the ...
3
votes
0answers
368 views
JDBC connection to Microsoft SQL Server doesn't reconnect
I have a database that is connected through an unreliable network connection to an application server, so occasionally the connections break down. Each time this happens, all database connections in ...
2
votes
0answers
11 views
Is there a way to decrypt TDE transaction log files on disk for use with 3rd party software?
Is there a way to decrypt TDE log files on disk for use with 3rd party software? I have the original key and certificates. I am trying to use the transaction files with a 3rd party tool in order to ...
2
votes
0answers
18 views
Cannot delete “system” partition schemes created by FullText catalogs
So we've got a bunch of apps running on our SQL servers, and today we realised that a number of them had a bunch of Partition Schemes/Functions that we didn't create.
The partition schemes and ...
2
votes
0answers
45 views
SQL Express client memory usage differs to SQL Enterprise client memory usage
I am experiencing a big difference in .Net application memory usage using the same app against two copies of the same database. The only difference is that in scenario 1 I am using a local copy of ...
2
votes
0answers
58 views
Can't connect to SQL Server anymore after adding an ODBC source [partially solved]
I can't connect to my SQL Server 2008 R2 database after having created a ODBC connector to that particular database! I can't connect neither using SQL Server Management Studio nor Toad.
I'm 100% sure ...
2
votes
0answers
63 views
How to handle this hierarchy in Entity Framework
I have a particular sort of data model that has to use a closure table due to the fact that nearly every material_composite is the root of its own tree, but can also be in the hierarchy of any other ...
2
votes
0answers
38 views
Ideas to improve metadata count search
I am working on a classified website, i am converting from sql server to mongodb/no-sql and probably node.js. I really want to come up with a better solution to the filtering of metadata (Eg the ...
2
votes
0answers
73 views
How to return the remote database name which is calling a stored proc in a different database?
I have a number of different databases on a single SQL Server 2008 R2. For arguments sake, let's call them DB_A, DB_B, and DB_C. I've been asked to develop as stored proc that will live on DB_A. This ...
2
votes
0answers
100 views
Serial numbers, created and modified in SQL Server
I'm needing to add serial numbers to most of the entities in my application because I'm going to be running a Lucene search index side-by-side.
Rather than having to run an ongoing polling process, ...
2
votes
0answers
58 views
SecurityException error when calling CLR function
I have written a simple user defined function in C# that gets the IP address and returns host name against it code is as follows:
public partial class UserDefinedFunctions
{
...
2
votes
0answers
378 views
Pass parameters to temp variables in MS Query on SQL Server 2005 from Excel 2007
I have created a parameter query using microsoft query as mentioned here
http://superuser.com/questions/197453/run-an-sql-query-with-a-parameter-from-excel-2007
But when I want to pass parameters to ...
2
votes
0answers
81 views
Microsoft.SqlServer.TransactSql.ScriptDom : TSqlTokenType
When parsing in a SQL query like:
SELECT g.A, g.B, g.C FROM dbo.Goat g inner join dbo.Badger b on g.A=b.A
and iterating through TSqlParserToken there is a Property called TokenType.
I get the ...
2
votes
0answers
44 views
Strange SQL Server Fulltext match
I stumbled upon strange fulltextindex behavior in SQL Server 2008 R2 (my word-breaker language is German).
I have this text indexed:
[...] Java Editorerstellung in Eclipse eines ...
2
votes
0answers
51 views
SQL Server cant unprepare_sp
I m trying to migrate Jboss 4 to jboss 7 we configured jvm settings and datasource but when our application deployed on Jboss 7 no one can connect to web site it gives ClientAbortException and ...
2
votes
0answers
70 views
MS SQL Server with Rails 4
I want to create an application on Rails 4 that would use existent MS SQL database.
This application could greatly benefit from using Rails 4 and all its new features
But it seems the gem everyone ...
2
votes
0answers
110 views
Join two rows which have same value in two column in Ado.Net
For this question, Join two rows which have same value in two column thanks to Jim. But I did not use code in below in windows forms application, concating did not come true. Here is MySQL codes:
...
2
votes
0answers
291 views
SQL Replication 'The process could not connect to Subscriber'
I have three servers, all Windows 2008 + SQL Server 2008 R2:
Server 'A'
Server 'B'
Server 'Z'
A and B are publishers, Z is a subscriber to both A and B. The subscriptions are configured in 'Push' ...
2
votes
0answers
144 views
ms sql smo:how to script foreign key WITHOUT “Alter table MyTable check constraint MyForeignKey”
I see server 2008 generated script:
ALTER TABLE [mytable] WITH CHECK ADD CONSTRAINT [fk_mytable_id] FOREIGN KEY([id])
REFERENCES [mytable2] ([id])
ON UPDATE CASCADE
ON DELETE CASCADE
GO
ALTER TABLE ...
2
votes
0answers
107 views
Give users who don't have sysadmin role the ability to use SSMS (or similar) to attach / detach databases from external source
I've searched high and low for how to do this. Let me give some background so we can avoid repeating the same old stuff.
At my company we sometimes receive hundreds of databases a month from external ...
2
votes
0answers
107 views
Sqoop Import fails
I'm facing an issue in importing data from SQL Server to HDFS using SQOOP. I'm working on Windows platform and have installed HDInsights on my machine.
This is the error.
Error reading task ...
2
votes
0answers
258 views
SQL Server + Decimal arithmetic
I am working on a sql sproc based on the haversine formulae and it's returning results even though the distance is greater than of my @Radius, I then print out the distance value to my program and ...
2
votes
0answers
305 views
SQL Azure and Powershell for DACPAC deploy
I am deploying a dacpac built on visual studio 2012 to SQL Azure using powershell and running into issues which I think could be related to some version incompatiblity. The publish works fine when I ...
2
votes
0answers
132 views
how to map wgs84 coordinates to sql server b-tree index (w/o using built in spatial indexes)
I would like to be able to map geographic points from WGS84, I believe, formatted for ms sql server, to the set of cells it would touch if the same coordinate pair were to be tessallated into an sql ...
2
votes
0answers
153 views
Create a faster regular expression clr function
I am trying to improve the Clr function in the link http://msdn.microsoft.com/en-us/magazine/cc163473.aspx .
public static partial class UserDefinedFunctions
{
public static readonly ...
2
votes
0answers
324 views
smo restore database
I use SQL Server SMO to restore a .bak to a new database, but failed to work.
sql server is 2012 and smo object version is from the latest sdk version 11.0
file .bak was created using sql ...
2
votes
0answers
276 views
UnsupportedOperationException from Netbeans JSP
I am creating a web based application using the following specs:
Glassfish server 3.1.1
- SQL Server 2012 Express
- Netbeans 7.01
- JDK 1.7
- JDBC Driver for Sql Server 4.0
I have created a ...
2
votes
0answers
108 views
TDS buffer length too large
I have an Informatica 9.1 session receiving a Microsoft OLE DB Provider for SQL Server error "TDS buffer length too large" from a SQL Server 2008R2 database server. I've found some old references to ...
2
votes
0answers
45 views
Is there anyway for SQL Server Profiler to remember column widths?
I've setup SQL Server Profiler to only report events relevant to me and it works great. However, I think that sucks is that it doesn't remember the column widths. I could set them up properly and ...
2
votes
0answers
216 views
FreeTDS Invalid Cursor State When Counting NULL Columns
I am having trouble running a query that uses the COUNT() function on a field that contains NULL values.
I am using FreeTDS v0.91 with unixODBC, PHP 5.3.10, and SQL Server 2008. I have my connection ...
2
votes
0answers
249 views
CentOS php pecl PDO_DBLIB
I have tried to install PDO_DBLIB in CentOS 5.8, so I run follow command
pecl install PDO_DBLIB
and I get the follow message
pear/PDO_DBLIB requires PHP extension 'pdo' version >=1.0
But in ...
2
votes
0answers
48 views
Catching selective exceptions in a stream
certain operations upon failure generate multiple exceptions. Consider the following:
use tempdb
go
create table x (i int, s char(32))
go
create table y (a int, xi int)
go
alter table y add ...



