Viewing 15 posts - 2,596 through 2,610 (of 5,356 total)
Ben,
I think you've misunderstood me.
I agree that running the above query against INFORMATION_SCHEMA.TABLES is likely to suffer performance, because INFORMATION_SCHEMA.TABLES returns only user-defined objects so that
where OBJECTPROPERTY(OBJECT_ID(Table_Name), N'IsTable') =...
February 6, 2004 at 6:00 am
What about utilizing the *.PROPERTY stuff?
February 6, 2004 at 4:23 am
Hey, yesterday evening there was an empty message!
Well, after your editing, I must review my answer to NO. This can't be turned off.
The alternative (IMHO also the better one)...
February 6, 2004 at 3:20 am
Umpf... too quick.
Here's another one by Randy Dyess
http://www.transactsql.com/Articles/temptabl.html
Interesting is also the link list he provided
February 6, 2004 at 2:35 am
Hard to tell without seeing the code and knowing your environment.
February 6, 2004 at 2:32 am
Have you tried
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=100&messageid=19589
I'd say that it is not unlikely, that Joseph himself will respond.
![]()
February 6, 2004 at 2:26 am
Please avoid cross post!
As this is more security related, we should continue there
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=6&messageid=99000
February 6, 2004 at 1:50 am
Not a direct answer to your question, but maybe it helps anyway. This is an answer from Paul Randal DBCC Technical Lead, Microsoft SQL...
February 6, 2004 at 1:11 am
Best bet is to use a third party app like Lumigent Log Explorer.
If you want to do this on your own, you can use the undocumented DBCC LOG('your_db_name',-1) command.
Please post...
February 6, 2004 at 12:54 am
As I doubt you'll find a book especially on subquery, I would have a look at
February 6, 2004 at 12:29 am
As long as the amount of data you store is less than 32 kb, the text root structure will take 84 bytes. Not sure what happens when no value is...
February 5, 2004 at 2:48 pm
The answer is YES! ![]()
EM uses something called 'firehose' cursor, IIRC.
The term "firehose" reflects the way that the server blasts rows to the...
February 5, 2004 at 2:31 pm
Hi Andrew,
look at projects -> references or components. There you should find Microsoft Internet Controls and/or Microsoft Internet Transfer Controls. I don't know how to use them, but I'm sure...
February 5, 2004 at 1:25 pm
Sorry, no harm meant! ![]()
More of a little after work joking, as here in my place it is already 9 PM.
February 5, 2004 at 1:10 pm
Viewing 15 posts - 2,596 through 2,610 (of 5,356 total)