Viewing 15 posts - 1,261 through 1,275 (of 1,364 total)
Go 4 transactional replication only if consistent or reliable network connection is there. Merge replication is better suited for mobile users or field salesman scenario based situations.
Manu
June 23, 2008 at 4:14 pm
Thanks for the reply George but my concern is that would I be able to restore the differential backup once I execute the sp_change_users_login stored procedure after putting up the...
June 20, 2008 at 2:07 pm
Are you making use of SET NOCOUNT ON clause in case you don't need the rows affected statement? Try using it and see if it helps.
Manu
June 20, 2008 at 1:39 pm
Try this:
WHERE (Contact.email = 'Unreg_user' or Contact.Email = 'null' )
Manu
June 20, 2008 at 1:36 pm
Open the package--> Go under Package--> Save As--> Specify the server instance where you want to move the package and then Click ok.
Manu
June 20, 2008 at 1:16 pm
I don't know the table name but I think there are some third party utilities which can do this. Try googling.
Manu
June 20, 2008 at 9:47 am
June 18, 2008 at 1:40 pm
Nikhil,
Try this
xcopy \\source servername\D$\Backup\*.* \\Destination servername\E$\Backup\*.* /d /s
I haven't removed drive letters so as to avoid any confusion. Use drive letters and folder location according to server drives configuration.
Type...
June 18, 2008 at 8:50 am
Make sure that you have not include the “.” in the file extension.
Go thru this:
http://www.sqlservercentral.com/Forums/Topic361562-149-1.aspx
Manu
June 17, 2008 at 10:33 am
DBReindex command is logged so log reader agent won't work as efficiently as it has more log to chew through.
Regarding same question in other forum:
http://www.sqlservercentral.com/Forums/Topic335623-5-1.aspx
Normally you should...
June 17, 2008 at 9:33 am
You can try by running profiler over a week and find out the logins not used at all during the database access time.
Manu
June 16, 2008 at 1:50 pm
Can you try by running a profiler and tracing out what exactly is happening inside?
Manu
June 16, 2008 at 12:54 pm
Thanks. Can you also tell me whether I need to restore transaction log back from production to development too once I restore filegroup backup?
Manu
June 16, 2008 at 12:34 pm
For a quickstart:-
Identify the tables that need to be purged and the deletion criteria.
Manu
June 13, 2008 at 1:42 pm
Viewing 15 posts - 1,261 through 1,275 (of 1,364 total)