Viewing 15 posts - 421 through 435 (of 1,138 total)
http://www.mssqltips.com/tip.asp?tip=1202
you can use a variety of ways, the article above mentioned some of these.
October 5, 2009 at 4:48 am
interesting, do you have a link to back that statement up.
October 5, 2009 at 4:45 am
pankaj.baluni (10/5/2009)
I'm using SQL 2005 and didn't find ' master.dbo.sysxlogins'. please suggest how to go about it.
in SQL 2000 we do see this table. Thanks in advance.
Also, please share...
October 5, 2009 at 4:38 am
What events are you using in your trace and are you filtering it, and if so by what
October 5, 2009 at 4:35 am
What does it say in the logs, and is there any messages in any of the event logs
October 5, 2009 at 4:32 am
although you can use profiler as that is a client tool
October 5, 2009 at 3:00 am
true but that is only a snapshot at that time.
October 5, 2009 at 2:57 am
OLDCHAPPY (10/2/2009)
October 2, 2009 at 8:01 am
Was tempted to point that out, but i thought i would wait to see what editions are installed first 😛
October 2, 2009 at 7:54 am
hmm, I know charindex has the limit of 8k, but like you, havent seen anything else where.
October 2, 2009 at 7:52 am
espanolanthony (10/2/2009)
October 2, 2009 at 7:46 am
Jpotucek (10/2/2009)
I have a Default and two named instances and I need to add a third...
October 2, 2009 at 7:44 am
another way of doing it is to :
DENY ALTER ANY DATABASE to [login]
make sure the master database is selected before running
October 2, 2009 at 7:36 am
Fred Zimmerman (10/2/2009)
Why would you want to continue to append to an existing...
October 2, 2009 at 7:28 am
moderis (10/2/2009)
I'm a (still) starter as DBA,
I got a task, to make a "sand box database" for developers in some server.
they want db_owner role, its OK. But I want...
October 2, 2009 at 3:55 am
Viewing 15 posts - 421 through 435 (of 1,138 total)