Viewing 15 posts - 316 through 330 (of 2,008 total)
I don’t prefer Windows Authentication based database servers for Web Application. It’s better if user login with Application (Web) Login Name and Application Server translate its credentials to SQL Server...
January 11, 2012 at 9:16 am
Now I agree with your approach.
Please add a PRINT statement in IF block for debugging and post the results.
IF @@ROWCOUNT = 2
January 11, 2012 at 9:08 am
If it’s less than 20, I would still prefer writing individual restore commands else your approach.
January 11, 2012 at 8:55 am
May or May not be...
Per BOL:
Database mirroring can be used with the following features or components of SQL Server.
•Log shipping
•Full-text catalogs
•Database snapshots
•Replication
Don’t find anything on FILESTREAM articles either way (accepting...
January 11, 2012 at 8:52 am
Sorry to say, it’s my policy I don’t recommend / endorse any tool / utility in my posts. Any tool is fine, just don’t do it manually. Also to be...
January 11, 2012 at 8:39 am
Usually, we backup all databases with a script. Restore is usually per database (as on need). Why do you want to restore all databases? How many databases you need to...
January 11, 2012 at 8:35 am
Their motive is just to cover up for some auditing and must be demonstrated only twice in a year..
It's not a good reason for DR solution.
January 11, 2012 at 8:15 am
If you have a good registry cleaning utility, use it to clean orphan entries after reboot. I usually don’t do it manually & recommend you to do it with tool...
January 11, 2012 at 7:53 am
So it’s MS Windows Issue not MS SQL Server. Nice Catch!
January 11, 2012 at 7:48 am
It could be network issue, if it fails. During copy paste, you may lose some info (data packets). Please backup with checksum & restore with checksum. I am sure it’s...
January 11, 2012 at 7:41 am
Did you miss any warnings in SQL Server installation? I hope the account you used for installation has admin rights in your PC.
If you didn’t load any data on it...
January 11, 2012 at 7:37 am
It should work for you...
http://www.ideaexcursion.com/2008/11/24/set-ftp-password-in-ssis/
January 10, 2012 at 9:39 am
Ivan Mohapatra (1/9/2012)
Dev (1/9/2012)
January 10, 2012 at 9:03 am
Please verify Autoshrink settings as well.
Considerations for the "autogrow" and "autoshrink" settings in SQL Server
January 10, 2012 at 8:47 am
Viewing 15 posts - 316 through 330 (of 2,008 total)