Viewing 15 posts - 541 through 555 (of 566 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...
Tommy
Follow @sqlscribeMay 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?
Tommy
Follow @sqlscribeMay 24, 2007 at 3:08 pm
NP ![]()
Tommy
Follow @sqlscribeMay 24, 2007 at 2:25 pm
K - other things you might also want to check, memory configuration (awe), max degree of parallelism, etc.
Tommy
Follow @sqlscribeMay 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).
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 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').
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 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.
Tommy
Follow @sqlscribeMay 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
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 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...
Tommy
Follow @sqlscribeMay 24, 2007 at 10:06 am
You can always cluster SSIS -
http://sqljunkies.com/WebLog/knight_reign/archive/2005/07/06/16015.aspx
Tommy
Tommy
Follow @sqlscribeMay 24, 2007 at 9:59 am
Viewing 15 posts - 541 through 555 (of 566 total)