Viewing 15 posts - 19,036 through 19,050 (of 22,202 total)
Jeff Moden (12/16/2008)
Did that too. The most difficult stuff to judge is kata... it's like judging a dance competition... put all the flair and flash in that you want,...
December 16, 2008 at 6:48 am
OK. First off, don't collect StmtComplete events as part of a general data collection process. They are for targeted troubleshooting only. Second, I wouldn't worry overly much about the logout...
December 16, 2008 at 6:37 am
It's worth mentioning, since you're building a repeatable and well defined process around moving data out of the system, I'd suggest looking at partitioning the table. Partitioning would allow you...
December 16, 2008 at 6:17 am
Human beings do not look at 200000 rows worth of data... ever. So, you need to identify the data that is actually needed for the report, the last day's worth...
December 16, 2008 at 5:51 am
Also, rather than have one of use write the entire query for you, show the work that you've tried, even if it doesn't work, and then we can help correct...
December 16, 2008 at 5:48 am
stratergib_77 (12/16/2008)
December 16, 2008 at 5:46 am
Jeff Moden (12/15/2008)
Must be something else... I raised two kids... even did the Cub Scout and Boy Scout thing and a whole bunch of other things that gave me a...
December 16, 2008 at 5:25 am
Jeff Moden (12/15/2008)
Heh... here's my twit for the week... gotta love the arrogance...http://www.sqlservercentral.com/Forums/Topic619172-1291-1.aspx#619380
At least he made it easy for you:
Either help or don't bother.
December 15, 2008 at 6:55 pm
Wait, wait... I'm confused.
We had tracks?
December 15, 2008 at 6:53 pm
Itzik Ben Gan's new one, SQL Server 2008 T-SQL Fundamentals. Almost all of it will be applicable to 2005. After you finish that one, pick up his older book Inside...
December 15, 2008 at 1:15 pm
Well, I didn't just tumble out of a Vault, you know.
December 15, 2008 at 1:12 pm
I agree with Jack on this. SSMS is a pretty good tool, but you don't have to use it. As a matter of fact, you might be much better off...
December 15, 2008 at 12:51 pm
It means the process itself still has work to do, but it's waiting on something. BOL refers to blocking as a possible cause.
December 15, 2008 at 12:04 pm
Is the field a number field, int, bigint, numeric, decimal. If not, it won't allow you to create an identity.
December 15, 2008 at 11:59 am
I'd strongly suggest you use Matt's solution. The one you have is going to perform pretty badly.
December 15, 2008 at 10:18 am
Viewing 15 posts - 19,036 through 19,050 (of 22,202 total)