Viewing 15 posts - 136 through 150 (of 181 total)
Hi AJ Ahrens,
Not sure what you mean by "didn't copy the database as well"
January 15, 2004 at 9:19 pm
The question I have is where did all this come from - the trans log never got bigger then 300 while I had it in the bulk logged model, I...
January 15, 2004 at 12:49 pm
I changed the recovery model to Bulk-Logged and ran the DBCC REINDEX in batches late last night - first excluding all the large tables that have clustered indexes. The trans log...
January 14, 2004 at 1:14 pm
Yes, Agreed - that I could change the recovery to 'bulk logged" from "Full", which is what I have it set to know - but would'nt that cause my log shipping...
January 7, 2004 at 11:55 am
Thanks Phill, thats what I needed. Appreciate the Quick response.
December 9, 2003 at 8:36 pm
Hi vkpalivela,
Thanks - that did the trick - help is greatly appreciated. Can you please explain the query real quick.
October 6, 2003 at 10:37 pm
Thanks guys - appreciate the feedback
September 15, 2003 at 5:54 pm
How about something like this - would'nt this do the trick as well:
delete from table_name
where (Pk_value )
not in
( select min(pk_value)
...
July 23, 2003 at 8:23 pm
I restarted SQL Server Service and it did not work. So then I created a new domain user, a new exchange account, new profile etc etc and restarted the...
June 11, 2003 at 1:46 pm
Yep. SQL Mail is configured fine. I might reebot the server tonight. Everything else looks good to me.
June 10, 2003 at 2:33 pm
I even changed to "use Windows NT authentication" in the connection tab of the SQL Server Agent and restarted SQL Agent through the cluster admin - its the same. It...
June 10, 2003 at 9:59 am
Thanks for your help guys. Like I mentioned in my starting post, I already changed the sa PW to the new one in connection Tab of the SQL Server...
June 10, 2003 at 9:15 am
Viewing 15 posts - 136 through 150 (of 181 total)