Viewing 15 posts - 226 through 240 (of 7,636 total)
I haven't done it in a while, but I think that you'll have trouble trying to use a temp table like that from SSIS, (because the second step may not...
August 23, 2012 at 2:31 pm
Mark has it. That's what a Difference Query is... 🙂
August 23, 2012 at 1:52 pm
Should only us guys answer? The gals here are pretty smart too (at least one is a lot smarter than me). 🙂
Also, you should probably edit your post...
August 23, 2012 at 1:28 pm
FYI, I think that there's server roles in SQL 2012. (I haven't tried them yet, though).
August 23, 2012 at 1:13 pm
Sean's query is close, but I think it will need a difference calculation in there to get the "reset to 1" trick working.
August 23, 2012 at 9:34 am
That worked perfectly, it was exactly what I needed. Thank Lowell! 🙂
August 22, 2012 at 3:56 pm
As always, Great Article Jeff! :-D:-D:-D
You know, I think that I noted this basic problem with SET STATISTICS (that it adds a per-statement overhead) way back in my "15...
August 1, 2012 at 9:33 am
Post the Query Plan for your query please. Also, please post the script for your table and its keys and indexes.
Thanks,
June 30, 2012 at 10:12 am
Phil Factor (6/24/2012)
June 24, 2012 at 7:36 am
Isn't sysaltfiles in 8kb pages?
64 * 8k = 512k = 0.5Mb
June 24, 2012 at 7:24 am
Is it an asynchronous query? The .net command timeout is ignored if the query is asynchronous.
You might consider looking at the Query Governor on your SQL Server, it might...
June 24, 2012 at 7:21 am
Seems kind of obvious. "View Any Definition" on the Server applies server-wide, and not just to a single database. It also applies to Server-level objects such as Linked-Servers,...
June 24, 2012 at 7:09 am
Big props for mentioning the most important th1ng, and putting it first: Backups.
June 23, 2012 at 9:43 pm
Heh. That parody link gave me the best laugh I've had in two days, Steve. Thanks! :laugh:
June 4, 2012 at 11:26 am
Viewing 15 posts - 226 through 240 (of 7,636 total)