Viewing 15 posts - 13,081 through 13,095 (of 26,486 total)
To really help you we will need DDL (CREATE TABLE statement) for the table(s) involved, sample data (series of INSERT INTO statements) for the table(s), expected results based onthe sample...
April 9, 2012 at 8:55 am
Instead of using the 4-part naming directly in your development, why not create synonyms that use the four part naming so that your development efforts look like you are using...
April 9, 2012 at 7:25 am
capn.hector (4/6/2012)
April 9, 2012 at 7:19 am
Multiple table joins, sorting are two activities that may create work tables in tempdb.
April 8, 2012 at 8:39 pm
Here is what I would do, check with Microsoft. If you have purchased the appropriate licenses for the Developer Edition for your development and testing environment and the proper...
April 7, 2012 at 6:25 pm
Sounds like you are using a linked server. If you provide the query you are currently using we may be able to show you how to improve its performance....
April 7, 2012 at 6:20 pm
Trick question. If this is the data/time a record is inserted, why not leave it out of the MERGE entirely and set a default constraint value for the current...
April 7, 2012 at 2:27 pm
Can you verify the settings on the servers that are working. The error message indicates that the mail server is not setup to accept ssl connections and you are...
April 7, 2012 at 1:42 pm
Try copying the file using Robocopy and see if it verifies okay on the destination server.
April 6, 2012 at 3:23 pm
Hard to say, you have only given us part of the picture. We need the whole picture. DDL (CREATE TABLE statement), sample data (INSERT INTO statements), expected results,...
April 6, 2012 at 2:25 pm
PaulB-TheOneAndOnly (4/6/2012)
April 6, 2012 at 1:50 pm
TravisDBA (4/6/2012)
We strictly handle SQL Server support. No Access, no applications, just SQL Server. We have well over 100 instances of SQL Server to administrate spread throughout the state...
April 6, 2012 at 1:08 pm
Sourav-657741 (4/6/2012)
Thanks Lynn.As on today, the queries which I find are running against are joining between two/three/four tables....with the specific column in question to be filtered with some data!
That's nice....
April 6, 2012 at 1:02 pm
Have you run the RESTORE VERIFYONLY on the files on your SQL Server 2005 system?
When was the last time you ran checkdb?
April 6, 2012 at 12:59 pm
Yes, partitioning can provide performance benefits. The question is, however, will partitioning benefit the queries that are being run? You really need to look at the queries and...
April 6, 2012 at 12:54 pm
Viewing 15 posts - 13,081 through 13,095 (of 26,486 total)