Viewing 15 posts - 1 through 15 (of 28 total)
Thanks Guys
I think your right.... sometimes it just takes a fresh pair of eyes to spot what is staring you in the face
:w00t:
May 20, 2013 at 7:48 am
Many thanks, You are a star.
I can't believe it was that easy a fix.
Taggs
May 17, 2013 at 7:59 am
Hi Anthony,
Thanks for the advice, I will setup another schedule for that time and setup a trace.
Hi Grant,
Thank you also for your advice...as it is only a monitor we are...
January 4, 2013 at 4:50 am
I'm not 100% sure but I'm pretty sure it is creating statistics. I'm sorry I can't be more specific..
Thanks
January 4, 2013 at 3:56 am
Ploblem solved? I'm not sure!!!
I've tested my script a couple of times now and it has worked OK. I've added a few sleeps into the script and that seems...
July 20, 2012 at 6:43 am
Yes, creating the security will come next.
My plan is
Create AD groups
Created DB's
Create users
Set security
Created secuirty scripts
Created DB clone scipts (ie live -> Test etc)
Email Backup guys (we use Networker...
July 20, 2012 at 3:15 am
The plot thickens.
For a test, I thought I would remove the loop and add all three servers in manually (one at a time) to see if this works. Now...
July 19, 2012 at 9:29 am
Thank you for looking. Yes, all three servers are in mixed Authentication mode.
Thanks
Taggs
July 19, 2012 at 9:24 am
OK, thank you for taking the time to reply.
Taggs
November 28, 2011 at 2:13 am
REVOKE VIEW ANY DATABASE FROM user
I use
REVOKE VIEW ANY DATABASE FROM public to restrict all users seeing the databases in SSMS
Taggs
November 25, 2011 at 5:58 am
Very similar Code but this is what I have done in the past.
It may help 🙂
Declare @date varchar(10),@BulkCSVImport varchar(200)
set @date = convert(varchar(10),getdate(),105)
set @BulkCSVImport = 'BULK Insert HDD_Info_temp from...
November 11, 2011 at 6:04 am
The SQL Server Config manager is an MMC snap-in. It can usually be located in start > All Programs > MS SQL server 2005 > Configuration tools.
Expand SQL server...
November 11, 2011 at 4:30 am
Put code simlar to the followind in a SQL agent job and set the job schedule to the required time. The user running the SQL agent must have the correct...
November 11, 2011 at 4:00 am
Many thanks. It all makes sense now.
It's not the full backup that makes the log reusable, it's the log backups.
Thank you for imparting your wisdom
Taggs
🙂
November 9, 2011 at 9:36 am
Hmm, I'm a little confused. Although the file still has the data (which I thought it had cleared) that portion is now reusable?
The article says the following
If a log backup...
November 9, 2011 at 9:02 am
Viewing 15 posts - 1 through 15 (of 28 total)