Viewing 15 posts - 91 through 105 (of 139 total)
Obviously, i don't think that someone will install Client tools on the Production Server. That too just to Execute something. 🙂
DBA's work remotely all the time until and unless theres...
August 16, 2009 at 9:03 pm
Ok, so if i want to commit all the changes at a rapid speed i can request a checkpoint with a small duration & SQL will put all the required...
August 16, 2009 at 10:29 am
It will create Different-tables for all your tables at your destination server with table names prefixed with 'Diff_'
and these tables will have all the adjustment statements.
eNJOY:-)
August 16, 2009 at 7:19 am
This query will help you.
select 'tablediff -sourceserver .\sql2k5 -sourcedatabase test12king -sourcetable '
+ TABLE_NAME
+ ' -destinationserver . -destinationdatabase test12king -destinationtable '
...
August 16, 2009 at 6:48 am
Passwords are always Case-sensitive whether you talk abt SQL Server 2000 Or SQL Server 2005.
August 15, 2009 at 10:06 am
Hi Kuldeep,
If you want to execute DTS Packages in SQL Server 2005 as a DTS Package only, you can download and install DTS Designer, its a utility given by Microsoft.
It...
August 15, 2009 at 8:41 am
May be.
I haven't tried it. I use SSIS but to transfer logins this sp seems gud to me and moreover it has been tried and tested on many instances of...
August 15, 2009 at 7:32 am
Hey if you've Full or Bulk-Logged Recovery MOde than chances are you can recover your 100% data without any loss.
For this you should have:
1. Full Backup prior to this incident.
2....
August 15, 2009 at 7:30 am
Dean, i am not getting you.
What do you mean by
code will create the login in the master DB, but it will not map permissions to the user databases.
In SQL...
August 15, 2009 at 7:13 am
What sort of permission problems you are facing, pls. share so we can help you.
August 15, 2009 at 6:42 am
Hey thanks Dude.
I've to try this but if this works this can be tweaked to use for many other things also. 😉
August 15, 2009 at 6:27 am
Viewing 15 posts - 91 through 105 (of 139 total)