Viewing 15 posts - 61 through 75 (of 91 total)
The current size of the bak file generated from my database is 6MB so it's a small database. The current time to execute a backup is < 2s.
I don't...
November 3, 2011 at 10:49 pm
GilaMonster (11/3/2011)
You left out the =
Thanks Gail - that was the problem.....
November 3, 2011 at 10:35 pm
I tried:
alter user [MyUser] with login [MyLogin]
However, SS returns the following error: "Incorrect syntax near 'MyLogin'."
I tried executing this query in the main app database as well as...
November 3, 2011 at 3:08 pm
Setting owner to SA fixed it for me - thanks!
November 1, 2011 at 10:26 am
This is the error logged in the Maintenance Plan job history:
The job failed. Unable to determine if the owner (MYDOMAIN\mynwuid) of job MaintenancePlan.Subplan_1 has server access (reason: Could not...
October 31, 2011 at 10:27 am
I've created a Maintenance Plan for my database. Everything looks correct. It should be scheduled to run every hour and save the backups to my C:\PROD_DB_BAK\ directory. ...
October 30, 2011 at 8:14 pm
I read the first article posted to this thread and it did seem like a good starter thread.
First things first, I'm going to attempt to create an SSMS...
October 29, 2011 at 6:48 pm
GilaMonster (10/29/2011)
sqlguy-736318 (10/29/2011)
October 29, 2011 at 9:13 am
Ninja's_RGR'us (10/22/2011)
AccidentalDBA:) (10/22/2011)
October 22, 2011 at 11:58 am
AccidentalDBA:) (10/22/2011)
October 22, 2011 at 11:55 am
Thanks Ninja - I assumed that table variables would always have better performance than temp tables but based on your emphatic NOOOO it sounds like you have a lot of...
October 22, 2011 at 11:47 am
Thanks for your replies everybody. Sounds like table variables should be used instead of local temp tables. Table variables seem to have a smaller footprint and local temp...
October 22, 2011 at 11:24 am
PK is the default clustered index isn't it?
October 21, 2011 at 5:23 pm
Thanks everybody for your help - the problem was the end users - I finally forwarded the credentials to a developer user and he was able to show the other...
September 9, 2011 at 11:56 am
ghanshyam.kundu (9/9/2011)
September 9, 2011 at 11:52 am
Viewing 15 posts - 61 through 75 (of 91 total)