Viewing 15 posts - 54,346 through 54,360 (of 59,067 total)
SQL Server also has Global Temp tables (##) which are a bit different than regular (#) temp tables.
The real key, though, is that you may be doing something wrong in...
November 2, 2007 at 8:09 pm
My rule of thumb is to open it up... see how big it get's between backups... and then make it's initial size twice that big to handle "contingencies". Other...
November 2, 2007 at 8:04 pm
Hi Tod,
I think you're headed down the right path... you haven't said anything (yet) that I don't think can be done in T-SQL. Your re-evaluation of the situation sounds...
November 2, 2007 at 8:00 pm
Ok... 3rd time I've asked... If you let us know what the CLR is supposed to do, we can tell you if it can be done in T-SQL and maybe...
November 2, 2007 at 9:00 am
You bet... thanks for the feedback, Eric.
November 2, 2007 at 8:57 am
Ah crud... my bad... I gotta learn to read which forum these are in... I know squat about reporting services... my appologies.
November 2, 2007 at 8:55 am
Ah... just a note... if the concatenation exceeds 8000 characters in SQL Server 2000, there's virtually no chance of displaying the full width of the concatenation and we may have...
November 2, 2007 at 8:50 am
... If the max number of Sequences is not known... we can convert this to something a bit more dynamic...
November 2, 2007 at 8:45 am
emamet (11/2/2007)
Guys,Yes, it is 2k5 specific.
Yes it is a correlated sub query but why is this a problem?
Typically, yes... correlated subqueries tend to be slower than a nice derived table...
November 2, 2007 at 8:43 am
Hi Tod,
Still would like to know what the CLR does (general explanation would do) because there's a lot of times when folks will write a CLR instead of doing it...
November 2, 2007 at 8:29 am
I guess my first question would be... what does the CLR do?
November 1, 2007 at 9:45 pm
??
November 1, 2007 at 8:39 pm
Ack... agreed... I missed that... not enough coffee... :hehe:
November 1, 2007 at 8:19 pm
Not sure I'd waste my time benchmarking for that...
Why not just Google a bunch of articles about SQL Server Maintenance... lot's of them say "why"...
November 1, 2007 at 5:27 pm
Viewing 15 posts - 54,346 through 54,360 (of 59,067 total)