Viewing 15 posts - 226 through 240 (of 4,745 total)
Jake, the sp_help_revlogin will bring passwords across. straight to 2008. I have done it myself many times.
Perry, master.sys.sql_logins is not available in SQL2000 so Jake will not be able...
April 10, 2014 at 7:40 am
Jake Shelton (4/10/2014)
george sibbald (4/9/2014)
SQL IDs are logins authenticated by SQL, i.e. you enter an ID and a...
April 10, 2014 at 3:35 am
your question said transfer from sql2000 (2K) to sql2008 (2K8), is that correct?
SQL IDs are logins authenticated by SQL, i.e. you enter an ID and a password, rather than windows...
April 9, 2014 at 5:31 am
I have not tried this so cannot confirm it it works. Even if it does I can say it would randomize SQL authenticated passwords, so it would be of no...
April 9, 2014 at 4:25 am
find the trace ID (1 is normally the default trace, you can confirm which is yours from where the output is going to)
--check trace status
SELECT * FROM :: fn_trace_getinfo(default)
--stop...
April 9, 2014 at 3:43 am
backup compression is not compatible with TDE.
you can enable it but will get very little if any compression.
April 8, 2014 at 8:26 am
Erland Sommarskog (4/2/2014)
But unless sa had a blank password or something else guess at...
April 2, 2014 at 2:43 pm
yes, it requires a SQL (not server) restart to enable it. If this is 64bit probably not set or required but it can be, especially if you see messages about...
April 2, 2014 at 12:51 pm
I am sure you have already thought of it, but change the sa password or disable sa, turn off xp_cmdshell if you don't need it. By having sysadmin rights they...
April 2, 2014 at 12:34 pm
It depends. SQL might not give up any memory until the OS requests it, if you have lock pages in memory set SQL won't give it up.
You may have to...
April 2, 2014 at 11:02 am
you can do that but its not going to help, log growth will be the same.
You need to break the delete up into smaller transactions.
April 1, 2014 at 9:45 am
for all databases except master,model,msdb, the databases should be presized so autogrowths are avoided, this is very important on tempdb.
Having said that, for all databases except master and model (so...
April 1, 2014 at 6:53 am
Ed Wagner (3/31/2014)
ScottPletcher (3/31/2014)
March 31, 2014 at 2:55 pm
New Born DBA (3/31/2014)
I was unable to restore the DB because the DB...
March 31, 2014 at 2:51 pm
Viewing 15 posts - 226 through 240 (of 4,745 total)