Viewing 15 posts - 32,641 through 32,655 (of 39,740 total)
I'm not completely clear here. When you say logon, do you mean connect to SQL Server or log on to the physical console of the server?
If you mean when the...
January 16, 2007 at 11:12 am
Actually if you use a third party tool I don't think it's too bad reading the log. Lumigent, Red Gate, ApexSQL, Golden Gate all have tools that work well.
The...
January 16, 2007 at 10:50 am
Lowell,
Thanks and we'll look at implementing this.
Steve
January 16, 2007 at 7:14 am
Not really. It was my mistake in the first place ![]()
Must have been one of those early morning or late night questions.
January 16, 2007 at 6:19 am
Points have been awarded back and the question corrected.
January 15, 2007 at 1:11 pm
I've written about this before, but for most DBAs I've talked with, the cube/dimension/measure concepts are not something they understand. It's a huge leap of understanding to go from the...
January 15, 2007 at 12:36 pm
Besides the DTS articles here, you might try http://www.sqldts.com as well.
January 13, 2007 at 5:34 pm
Not sure what happened there. Looks like someone submitted a script with a link to a bad image file. We'vee removed it.
January 13, 2007 at 5:33 pm
Tried 4guysfromrolla.com?
January 13, 2007 at 5:33 pm
Avatars sometimes don't work. If it doesn't, send it to webmaster at ssc.com along with your email and we'll get it uploaded.
January 13, 2007 at 5:32 pm
Rog,
Seems like you're on the right track here and with the advice from Colin and Gila.
First I'd tell the acting DBAs that database size has nothing to do with log...
January 12, 2007 at 9:16 am
You can batch things like this:
http://www.sqlservercentral.com/columnists/sjones/batching.asp
January 12, 2007 at 8:57 am
Are you looking to have all stored procedures in the original database (dbA) access the tables in the new databases (dbB) and the tables will be deleted from dbA?
You need...
January 12, 2007 at 8:56 am
update sd2
set sd2.distinguishedname = sd.distinguishedname
from staffdetails2 sd2
inner join staffdetails sd
on sd2 = displayname = sd.displayname
January 12, 2007 at 8:52 am
I don't think this is possible. There should not be anything in an insert that needs to know about other threads unless this is some type of performance monitoring application.
January 12, 2007 at 8:49 am
Viewing 15 posts - 32,641 through 32,655 (of 39,740 total)