Viewing 15 posts - 556 through 570 (of 1,335 total)
Just try this and let me know isql -E -S.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:42 am
Also you can use profiler or server side tracing to monitor the database usage.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:38 am
There is shrinkdatabase task in maintenance plan can't that be used to shrink th log file.?
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:30 am
Yes when a table is dropped the depending objects like constraints, indexes are also dropped.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:22 am
Move to latest Service pack for SQL Server 2005.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:20 am
Can you post the errors that has been reflected in error log of sql server.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:04 am
Might be adding the connection setting options to the trigger and enabling them would solve the issue.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:03 am
SSIS packages can be scheduled as a job step in SQL Agent you have a option for that there.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 2:01 am
THERE IS a script available in microsoft site named sp_help_revlogin that can be used to transfer the logins from 2000 to 2005 servers.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 1:59 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...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
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
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 16, 2007 at 12:45 am
Viewing 15 posts - 556 through 570 (of 1,335 total)