Viewing 15 posts - 22,696 through 22,710 (of 39,824 total)
SQLSentry has a great tool as well.
August 18, 2009 at 6:31 am
Backup log yyy to disk = xxxx
Copy xxxx to zzzzz
THe Agent can instantiate a Command prompt batch file that does the copy. Powershell or VBScript can handle this.
August 17, 2009 at 3:14 pm
Restore doesn't run under a user ID. It runs under the service account. That account might not have rights to that path.
August 17, 2009 at 3:12 pm
this error occurs when you try to insert a value for the identity column in a table that has the identity property set.
If you set up replication, do not replicate...
August 17, 2009 at 3:07 pm
The check should work
if exists (select from ... day = day, month = month, etc.)
Then I'd disable those not used for 90 days, but I wouldn't remove something until 365...
August 17, 2009 at 10:28 am
you could easily check to see if the person had already logged in on that day by checking user name, day, month, year before inserting.
However, are you trying to just...
August 17, 2009 at 9:43 am
I would second GSquared's suggestion.
August 17, 2009 at 9:41 am
It looks OK, however your design would allow multiple projects per job. If that's not the case, it doesn't make a lot of sense to build the separate table unless...
August 17, 2009 at 9:33 am
The installed might need to do something, create db, add users, etc. Likely it doesn't need sysadmin, but it's probably not worth figuring it out, unless you want to document...
August 17, 2009 at 9:08 am
#s 1 and 2 are why I also recommend you touch your resume every quarter.
August 17, 2009 at 8:01 am
And what worries me about #2 is that people will just accept the answer and run things, not bothering to check themselves if they can't check first.
I'll admit there are...
August 17, 2009 at 6:44 am
Lynn is correct. You'll be fine, and I wouldn't stop any full or diff backups due to log shipping.
August 16, 2009 at 6:37 pm
There are a few issues with snapshots.
they don't stay up to date. They are a point in time. To update it, you need to either drop the snapshot and recreate...
August 16, 2009 at 9:32 am
You can't selectively restore logs, but you can continue to restore filegroups (new FG backups) over time.
August 16, 2009 at 8:19 am
Viewing 15 posts - 22,696 through 22,710 (of 39,824 total)