Viewing 15 posts - 301 through 315 (of 347 total)
I really like the "Inside SQL Server" books. they do a great job of explaining the native SQL backups and I beleive it also covers maintenance plans. It's a great...
January 3, 2007 at 3:49 pm
I think you would be better off looking at GROUP BY and ALL in BOL to find your answer.
January 3, 2007 at 3:46 pm
sp_changeobjectowner [ @objname = ] 'object' , [ @newowner = ] 'owner'
January 3, 2007 at 12:35 pm
2006-12-12 09:04:42.26 spid172 Using 'LEServer.dll' version '0503.90.00' to execute extended stored procedure 'xp_LEServer_Load'.
That's the line in the logs. Yes, we do run Lumigent, and I just installed it, so that...
December 14, 2006 at 7:15 am
you just run the command he gave you replacing "mytable" with the name of your table and "foo" with the column name that you need to filter your records on
December 8, 2006 at 9:50 am
I'll be driving to chicago to visit friends - It's going to be cold up there, but since I have never been there, it should be fun regardless - Happy Hollidays!!
December 8, 2006 at 9:46 am
backup log with truncate only means that it basically throws out the inactive part of the log, essentially taking away any chance of point in time recovery. it's usually used...
November 30, 2006 at 8:55 am
Even stranger yet, when I go into the sqlserver agent properties, I can set the profile that uses and it's fine, but I can't set the profile for sqlserver service(through...
November 30, 2006 at 8:37 am
I saw a demo of a product that did exactly what you are talking about here. It was very cool, would love to get it into out budget
November 15, 2006 at 7:39 am
is sqlservercentral still going to have PASS SQLServerCentral.com receptions in the future? Much fun to be had at those
November 14, 2006 at 3:48 pm
We use quest performance analysis. It works great for that type of thing as well as identifying performance problems. I think it can be done with perfmon, but automating it...
November 14, 2006 at 3:44 pm
I have only seen long running queries cause this.
November 14, 2006 at 3:42 pm
Congratulations - I love the site and I hope nothing much changes. I know it's a big possibility with a sale like this and I just hope that redgate doesn't...
November 14, 2006 at 7:33 am
Excellent - thanks for the clarification
November 3, 2006 at 12:51 pm
No, the error message does not contain an IP address, just what user name was attempted. do you know how I could get an IP address on a failed SQL...
October 27, 2006 at 1:07 pm
Viewing 15 posts - 301 through 315 (of 347 total)