Viewing 15 posts - 37,951 through 37,965 (of 49,571 total)
Why are you restoring a development database to production?
July 2, 2009 at 9:41 am
Lynn Pettis (7/2/2009)
July 2, 2009 at 9:40 am
Enterprise edition refers to SQL, not to the OS, but I too think that's Server 2008. SQL Enterprise edition only runs on Server 2003 and Server 2008. The editions of...
July 2, 2009 at 9:36 am
From that I'd conclude you have more then one resume for some of the emails. In those cases, which resume do you want back?
Please post table definitions, sample data and...
July 2, 2009 at 9:30 am
Anyone want to take a stab at this?
http://www.sqlservercentral.com/Forums/Topic746075-360-1.aspx
Converting the while to a select off a (large) tally table's the easy part. The no duplicate values and exact number of returned...
July 2, 2009 at 9:15 am
Could you explain in more detail what it is that you're trying to do?
July 2, 2009 at 9:05 am
Jeffrey Williams (7/2/2009)
MichaelJasson (7/2/2009)
July 2, 2009 at 8:56 am
Table definitions, index definitions and execution plan please.
July 2, 2009 at 7:46 am
I have a gut-feel that this is not the best approach. What uses these codes and why can a code not be generated when it's needed rather than a few...
July 2, 2009 at 7:43 am
I can possibly write a set-based alternative, but it's not going to perform much better. The function will still have to be called a couple million times and that's going...
July 2, 2009 at 7:41 am
Please post table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 2, 2009 at 7:40 am
Update all statistics. With fullscan if possible
Run CheckDB with the data_purity option
Set page verify to checksum
Run DBCC updateusage
July 2, 2009 at 7:39 am
Can you post the code for that function? Running a function repeatedly in a loop is not the fastest way of doing things, but if I put the function into...
July 2, 2009 at 7:24 am
What are you trying to achieve here? What is this function supposed to do and why?
July 2, 2009 at 7:15 am
Please post table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 2, 2009 at 7:12 am
Viewing 15 posts - 37,951 through 37,965 (of 49,571 total)