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') =...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 6, 2004 at 6:00 am
What about utilizing the *.PROPERTY stuff?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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)...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 6, 2004 at 2:35 am
Hard to tell without seeing the code and knowing your environment.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 6, 2004 at 2:26 am
http://www.sqlservercentral.com/columnists/jgama/
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 6, 2004 at 1:52 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
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 6, 2004 at 12:54 am
As I doubt you'll find a book especially on subquery, I would have a look at
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 5, 2004 at 1:10 pm
Viewing 15 posts - 2,596 through 2,610 (of 5,356 total)