Viewing 15 posts - 151 through 165 (of 248 total)
vishal-713648 (9/17/2009)
yes im taking backup of all db's through a single SP.....the job is failing for the first db itself
To make sure where exactly the problem is, Can you please...
September 17, 2009 at 11:26 pm
Well, the best place to start is SQL Server Books On Line under topic "SSIS".:-)
September 17, 2009 at 3:23 am
vchawla-1033989 (9/17/2009)
That's the best practice.But in my scenario, it's not like that and even we can't do without appropriate permissions & all....Now what can be done to resolve that problem...
September 17, 2009 at 1:34 am
Default instance name is always same to your machine name. for example if your server name is mydbprodsvr, the default instance name will be same as SQL Server (mydbprodsvr).
September 17, 2009 at 1:26 am
That's why TempDB should have more than one data file across disk drives.
September 17, 2009 at 1:23 am
Sergey Vavinskiy (9/16/2009)
I believe you have a scheduled job for you nightly restore.
So, just add one more last step to this job...
September 16, 2009 at 10:37 pm
Vishal Singh (9/16/2009)
Check what all jobs are running during night. Anything, related to Audit or users.
Or incase you have anightly restore, you can use the below script for an automated...
September 16, 2009 at 7:02 am
Check what all jobs are running during night. Anything, related to Audit or users.
September 16, 2009 at 7:00 am
I would suggest you read "Alter Table" topic in SQL Server Books onLine.
It has almost everything you need.
September 16, 2009 at 6:58 am
Or Query sys.SQL_logins table.
September 16, 2009 at 6:43 am
SanthoshViswanathan (9/16/2009)
What I meant by Non-privileged users was users other than sysadmin users(DBA's)... Ofcourse the Non-privileged users have access to SQL Server...
Sorry if I was not clear on that... 🙂
Now...
September 16, 2009 at 6:39 am
SanthoshViswanathan (9/16/2009)
September 16, 2009 at 5:21 am
Can you give me more details how to set it up?
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/25a44245-e28d-41b5-ad65-7778d50c42ea.htm
This is pretty much thorough.
September 16, 2009 at 4:41 am
September 16, 2009 at 4:38 am
Firstly, Can you elaborate it how come a user who doesn't have privilege is able to discover the DTS password?
September 16, 2009 at 4:38 am
Viewing 15 posts - 151 through 165 (of 248 total)