Viewing 15 posts - 34,606 through 34,620 (of 39,726 total)
add the logins to the dev db.
the users will be there once you restore
sp_change_users_login will synch them.
August 27, 2004 at 9:57 am
The DBA should be setting standards, naming, format for procedurs, comments, etc. See what they have and if they don't have something, start getting one in place. It's an easy...
August 27, 2004 at 9:47 am
It also stops the lookup for syspermissions and the recompilation. In general, if you run this on your personal server or any server not loaded, there is no difference. The...
August 26, 2004 at 3:31 pm
Good idea for Vol. 3. I'll keep some stuff handy for that.
In the next article, I'll look at some of the ways in which we actually responded to disasters and...
August 26, 2004 at 3:16 pm
Thanks for the complements and again, apologies. Even the best make mistakes and I know I'm pretty far from being there
.
We try to...
August 25, 2004 at 4:20 pm
Trace or constant sp_locks should do it. This was a problem in previous versions, but table creation and other ops were supposed to not lock tables in 2000. Are you...
August 25, 2004 at 10:17 am
Question corrected, points given back.
Apologies ![]()
August 25, 2004 at 9:38 am
In the properties for SQLAgent, on the Job System tab is a place you can specify the proxy account. Setup an account that can connect to SQL Server and run...
August 24, 2004 at 10:15 am
SELECT @Table_Name = '''' + MIN(Table_Name) + '''' FROM DB_Table_Names
August 24, 2004 at 10:12 am
It will grow alot! ![]()
Not sure how to estimate this. Are you updating one field or many? At the least, it will have the...
August 24, 2004 at 9:05 am
By default, if someone has quest access to msdb, they can create a package. It basically requires insert to sysdtspackages in msdb.
August 24, 2004 at 8:59 am
Glad you figured it out and it's working.
Thanks for the followup.
August 23, 2004 at 9:57 am
I believe profiler is lossy, so if performance of the server becomes an issue, it will drop events.
If the server is overloaded, you might get this a lot. I'd reduce...
August 20, 2004 at 4:29 pm
Using the with move is only in restoring the database. You wouldn't use this with the log.
when restoring the log, the database must have been restored with the "norecovery" or...
August 20, 2004 at 4:26 pm
Viewing 15 posts - 34,606 through 34,620 (of 39,726 total)