Viewing 15 posts - 556 through 570 (of 1,335 total)
Just try this and let me know isql -E -S.
July 16, 2007 at 2:42 am
Also you can use profiler or server side tracing to monitor the database usage.
July 16, 2007 at 2:40 am
MERGE REPLICATION can be used but since you say that auto id is being used in MSGP you have to read replication twice before that can be implemented idenity columns...
July 16, 2007 at 2:38 am
There is shrinkdatabase task in maintenance plan can't that be used to shrink th log file.?
July 16, 2007 at 2:33 am
If you want to have a tool then try using data compare tool to sync data between the resources.
July 16, 2007 at 2:30 am
Yes when a table is dropped the depending objects like constraints, indexes are also dropped.
July 16, 2007 at 2:27 am
You can choose a better option but remember to move the logins. jobs, etc they are important too.
July 16, 2007 at 2:22 am
Move to latest Service pack for SQL Server 2005.
July 16, 2007 at 2:20 am
Can you post the errors that has been reflected in error log of sql server.
July 16, 2007 at 2:06 am
If you use .net then you can create a datasource and then say which script is to be executed and then deploy the report.
July 16, 2007 at 2:04 am
Might be adding the connection setting options to the trigger and enabling them would solve the issue.
July 16, 2007 at 2:03 am
DBA does not require Admin privileges on Windows but most companies give that so that he can perform his tasks with ease without needing them to depend on the Windows...
July 16, 2007 at 1:05 am
Thanks learnt that this can be done using undocumented DBCC. The given below is alist of few
http://www.mssqlcity.com/Articles/Undoc/SQL2000UndocDBCC.htm#part_2_12
July 16, 2007 at 12:45 am
Viewing 15 posts - 556 through 570 (of 1,335 total)