Viewing 15 posts - 331 through 345 (of 814 total)
If those rows are actual unique, collected data (as opposed to generated data, which Jeff Moden is addressing), then you might also consider something like BULK INSERT instead of parameter...
October 2, 2012 at 10:34 am
Do you have the same amount of data in test as in production? If not, your testing isn't going to find volume based performance issues, nor will you be...
October 2, 2012 at 7:52 am
In job step advanced properties, set the output file, and try again. Then use the output file to determine what's going on; the job step history is limited to...
October 2, 2012 at 7:45 am
In other words - it only matter what the ANSI_PADDING setting was when you created the tables or added the columns. If the server default was changed after the column...
September 27, 2012 at 8:22 am
For minor possible changes, you can look at adding the options:
BLOCKSIZE = 65536
BUFFERCOUNT = <something appropriate - maybe try 12 for 4GB RAM or any 32-bit, 128 for 64GB RAM>
MAXTRANSFERSIZE...
September 21, 2012 at 8:38 am
I actually have to keep asking developers "Why do you want to put that in SQL Server? What value does SQL Server and a relational model add to that...
September 17, 2012 at 9:24 am
In my area, there are few SQL developers; lots of SSRS/SSIS developers, but few with solid pure SQL skills. Not many good administrative DBA's, either. Note that both...
September 17, 2012 at 9:05 am
I'd have to rate the particular example selected as "Implement all the requirements to get system table updates to act as expected."
In this case, the failure wasn't in updating system...
September 17, 2012 at 8:50 am
If your only currently known symptom is "some SQL statements are slow", then you need to start with the usual analysis steps even before you get to troubleshooting.
1) What is...
September 17, 2012 at 8:33 am
My set of three rules is somewhat different - I say
0) Develop on a full size set of data that is as similar to production as possible. In...
September 17, 2012 at 8:22 am
Attempting to change a variety of SET options has no effect. SQL 2008 acts like SQL 2012.
The RESTORE VERIFYONLY on a file that exists returns two errors; SQL 2005...
September 13, 2012 at 3:32 pm
Further information to date - on both 2005 and 2012 servers, the usual divide by zero example is caught without showing any errors at all.
BEGIN TRY
...
September 12, 2012 at 10:00 am
It depends; smaller shops often need more generalists. Larger shops often only want a triangular pegs for triangular holes.
There's also a large amount of personal preference involved; some people...
September 10, 2012 at 1:27 pm
Eric M Russell (9/7/2012)
September 7, 2012 at 1:04 pm
Eric M Russell (9/7/2012)
September 7, 2012 at 12:10 pm
Viewing 15 posts - 331 through 345 (of 814 total)