Viewing 15 posts - 631 through 645 (of 972 total)
Sudeepta (7/30/2010)Here is a link for your reference.
That solution assumes the backup is named the same thing. In EdA's position he will not know what the backup is called...
July 30, 2010 at 8:52 am
Uh, oh. This is beyond what I know. I am reading MSDN's SQL Server Online Books - Surface Area Configuation, but, I observe caution in new areas that may cause...
July 30, 2010 at 7:41 am
Option I have considered (although never implemented at current employer) is after each backup job runs have it generate the restore script. If you did something like this you...
July 29, 2010 at 12:44 pm
How are you grabbing that backpup file name now to restore from?
Your initial post stated the job was run at 7pm to restore hte 6pm backup from prod...
July 29, 2010 at 8:25 am
If you logon to the node as the SQL service account can you access the network share and read/write to the directory where the backups are?
July 27, 2010 at 12:24 pm
As Sudeepta stated AD groups is the best control method for access, especially once you get a high number of users.
Edit: I have worked with applications that used the .NET...
July 23, 2010 at 7:22 am
I'm happy that you have data in a table...:hehe:
What is your specific question/problem?
July 15, 2010 at 10:30 am
As magasvs stated, a little bit more information is needed before suggestions or advice can be given.
What OS edition and 32 or 64 bit?
What SQL Edition (Enterprise, Standard,...
July 13, 2010 at 8:50 am
All ideas given are good, but I would agree more with PaulB's idea. I'm not sure what auditing requirements you have, maybe company policy or dictated by industry standards...
July 13, 2010 at 8:38 am
If the SQL Server 2000 instance still exist or is accessible, simply copy the job over to the SQL Server 2005 instance.
July 13, 2010 at 8:27 am
First...tell you colleague not to kill a backup :w00t:
If you check Activity Monitor or query sp_who/sp_who2 what wait-type does it show for the rollback process?
July 9, 2010 at 7:00 am
The Standard Template should get you what you want. Although it is better practice to use a server-side trace for performance purposes.
Which is pretty easy to setup. Quick...
July 1, 2010 at 8:01 am
Since it is just the Tools, I would probably not mess with the registry hive. I would suggest trying:
1) Remove SSMS and desktop tools for SQL 2008 R2
2) repair/reinstall...
June 30, 2010 at 11:09 am
Have you checked the CUs released so far for SQL 2008 R2. June 23 the CU #2 was released but I have not gone through the details of those.
Also,...
June 29, 2010 at 9:43 am
Viewing 15 posts - 631 through 645 (of 972 total)