Viewing 15 posts - 21,676 through 21,690 (of 39,827 total)
There's a history cleanup task in the maintenance plans that you can use if you like. It runs this SQL:
declare @dt datetime select @dt = cast(N'2009-10-15T18:28:54' as datetime) exec msdb.dbo.sp_delete_backuphistory...
November 12, 2009 at 6:29 pm
It's a connection issue as stated. Can you connect from another workstation/client? Are you allowing connections remotely? What protocol are you using, and how are you connecting from the SQL...
November 12, 2009 at 6:27 pm
Note that it's a good habit to do all your restores with NORECOVERY and then use Gail's statement to complete the restore. That way if you find another log to...
November 12, 2009 at 6:26 pm
My daughter will say "el-oh-el, Dad"
I've always preferred LMAO or ROFLMAO
November 12, 2009 at 6:25 pm
We had hundreds of instances at JD Edwards, and make regular efforts to consolidate things. We did not take a "everything should be consolidated approach", but rather identified underused instances,...
November 12, 2009 at 10:16 am
The client can't be that picky if they hired this recruiter. Talk about poor communication....
November 12, 2009 at 8:57 am
#1 - silly argument. SQL Server is built for this. On any modern network the time is trivial between the server and client. plus, local databases are accessed the...
November 12, 2009 at 8:56 am
You will need to detach the databases, script the logins, and install Standard. You can attach the databases (same structure) and run the logins. sp_change_users_login can help you sync things.
November 12, 2009 at 8:53 am
I second GSquared's note. I've typically done this so the code is easier to read. Same var name in calling batch as in the proc.
November 12, 2009 at 8:33 am
The insert trigger will run after the insert from ADO.NET and then examine the table. The new rows will be in the "inserted" virtual table and you can use an...
November 12, 2009 at 8:30 am
As Gail mentioned, we'd be happy to help you understand the SQL, but we'd like to see what code you've written. What don't you understand, or what is the code...
November 12, 2009 at 8:29 am
you've asked an incredibly open-ended question here. Really if you aren't sure of how to set this up, you need to pay for consulting. This is really beyond the scope...
November 12, 2009 at 8:28 am
Dan, you're welcome, but I had little to do with this. Someone else dropped it in there. I have written a few, but my knowledge of spatial data is low.
If...
November 12, 2009 at 8:21 am
Feel free to ignore questions that don't apply to you.
Should we not ask questions on Service Broker because few of you use it? Or skip replication because it's not...
November 11, 2009 at 12:54 pm
Wow, are the CUs classified as critical? I didn't think that applied to most of them.
Thanks for the kind words.
November 11, 2009 at 12:51 pm
Viewing 15 posts - 21,676 through 21,690 (of 39,827 total)