Viewing 15 posts - 34,531 through 34,545 (of 39,793 total)
http://www.sqlservercentral.com/columnists/SBoriotti/exchangefromsqlserver.asp
Not quite what you want, but they have a product to help with that.
October 18, 2004 at 9:00 am
getdate() will get you the exact minute. If you need everything from today, you'd need to calculate the current day minus the time,
select datepart(mm,getdate() + '/' + datepart(d, getdate())...
October 18, 2004 at 7:27 am
MS_foreachtable will run a command against all tables. Might be a way to script it for all indexes.
October 18, 2004 at 7:22 am
b&r - your SLA will depend on the tape SLA to get data from tape. I'd set this at some xx minutes per GB. Test in your environment.
User Access -...
October 18, 2004 at 7:21 am
Couple things.
Rename - be sure you rename the SQL Server as well as the computer.
The copy objects wizard has been flaky for me (and the task). I'd back and restore...
October 18, 2004 at 7:20 am
Scan for all servers.
Check versions/patches
Check security config
Check service accounts
Check for pwds on all accounts
Check for use of roles
Check who has any fixed roles
October 18, 2004 at 7:15 am
Be sure you check this againts software that they are using. It's possible there are reasons for downlevels. Not that they shouldn't be patched, but be sure that you know...
October 18, 2004 at 7:14 am
I'd agree about using roles. This is exactly why you do it. Take a few minutes and move the permissions to a role and then ad your new user.
October 18, 2004 at 7:13 am
You can use this to try and shrink the log
http://www.sqlservercentral.com/scripts/contributions/26.asp
October 18, 2004 at 7:12 am
You can move these selects to the FROM clause.
select a, b, c, d
from main, (select c, d, from mytable) b
October 18, 2004 at 7:11 am
It seems the IE pastes them in as highlights, but Firefox does not. I'll see if we can do something in the forum code for this.
October 14, 2004 at 10:35 am
Yes, sigs need to be manually done, but this is a cut and paste:
http://www.sqlservercentral.com/columnists/sjones/
October 14, 2004 at 10:34 am
Haven't seen this. Course, I haven't restored a v7 db in quite some time.
Are you restoring through the GUI or with T-sQL? I might try TSQL to see if any...
October 14, 2004 at 10:32 am
Wow, offhand, I'm not sure what to do here. Since some items are not in ", I'm not sure the above will work.
I think I'd write some VBScript or small...
October 14, 2004 at 10:31 am
Or "fix" the existing user in the prod database with the test login by using SP_CHANGE_USERS_LOGIN.
October 14, 2004 at 10:29 am
Viewing 15 posts - 34,531 through 34,545 (of 39,793 total)