Viewing 15 posts - 541 through 555 (of 565 total)
An alternative is to grant the permissions in the model database - each new database will inherit permissions going forward. As far as existing stored procedures, views, etc you can...
May 24, 2007 at 3:13 pm
Does BUILTEN\Administrators still have access? If the service starts up OK under the service account can you RDP into the box under this account and connect?
May 24, 2007 at 3:08 pm
K - other things you might also want to check, memory configuration (awe), max degree of parallelism, etc.
May 24, 2007 at 2:20 pm
If your using MSSQL 2005 - use database mail; sp_send_dbmail (msdn2.microsoft.com/en-us/library/ms190307.aspx).
May 24, 2007 at 2:10 pm
Hi Lynn - meant to say - confirm by issuing a DBCC SHOW_STATISTICS ('tablename','indexname'). The rows should match the rows sampled - if not update statistics with a fullscan (UPDATE...
May 24, 2007 at 2:03 pm
Hi Lynn - are you running an update statistics with fullscan? sp_updatestats only performs a sampling....You can confirm by executing a DBCC SHOWCONTIG('tablename').
May 24, 2007 at 1:57 pm
There are a number of options available with respect to DR. Clusters are more commonly used for HA within the same site although I've seen implementations for DR as well...
May 24, 2007 at 1:08 pm
You can use SSIS - i.e. launch SQL Management Studio, expand databases, right-click database, go to tasks, select export data.
May 24, 2007 at 1:03 pm
Have you attempted to connect to MSSQL in single user mode? i.e. sqlservr -smssqlserver -c -f -m -T3608
May 24, 2007 at 12:52 pm
I'm assuming the variable is scoped to the package? Are you using the SSIS package job step to set the variable? Have you tried the /SET option with DTEXEC.EXE to pass...
May 24, 2007 at 12:47 pm
Have you attempted to connect to MSSQL in single user mode? i.e. sqlservr -smssqlserver -c -f -m -T3608
You can then get an ADM connection via SQLCmd and shrink/move data files...
May 24, 2007 at 10:10 am
What version of Idera are you running? Have you installed the extended stored procedures? I use an SP to invoke Idera using the extendend stored procedures and it works very...
May 24, 2007 at 10:06 am
You can always cluster SSIS -
http://sqljunkies.com/WebLog/knight_reign/archive/2005/07/06/16015.aspx
Tommy
May 24, 2007 at 9:59 am
Viewing 15 posts - 541 through 555 (of 565 total)