Viewing 15 posts - 601 through 615 (of 1,335 total)
Are we going to see any major changes in SQL Security as what we saw in SQL 2005.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 1:30 am
If you are using Maintenance Plans then there is a option to remove unused space before backups.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 1:25 am
Better backup the database to disk and then move the backup file to TAPE. SO that you can restore it on need. But plan this as each file will take...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 1:15 am
If the file exsists then check for the permissions for the users trying to use the DTS package.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 1:11 am
If you want to get the scripts to change the structures then go for tools like SchemaCompare by Red-Gate or Quest or SQLDelta they have better tools to do these...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 1:09 am
You have to use the delete old files option available with the maintenance plan.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:59 am
Could yo post the table details of CaseNum it lloks there is a computed column in the table or view.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:41 am
If defragmentation is heavy then DBCC shrinkfile will be very very slow. Check for defragementation in the database.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:36 am
You can choose to install management tools when you install the server. There is a option available.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:34 am
Just to add one imp note MS has fixed almost 450+ bugs in SQL 2005 SP1 and almost 300+ in SP2.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:23 am
Other questions are there any open transaction in the server.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:21 am
Do you have any delete file jobs configured in the plan other any othe tasks that get invoked check them they will create a subplan if necessary.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:20 am
Hey i dint realise that i was misspelling. sorry for that Brian(Brain).
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 13, 2007 at 12:14 am
You would be needed to give some permissions to some tables nad stored procedures in msdb database.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 12, 2007 at 11:50 pm
I hope with SQL 2000 you can't get this information. But the same can be obtained with SQL 2005 using DMV's.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 12, 2007 at 11:48 pm
Viewing 15 posts - 601 through 615 (of 1,335 total)