Viewing 15 posts - 76 through 90 (of 173 total)
This is the error I get.
Msg 156, Level 15, State 1, Procedure MyProc, Line 13
Incorrect syntax near the keyword 'union'.
November 21, 2013 at 2:41 pm
Thanks for the update!
November 20, 2013 at 8:58 am
If you just need to know if a database has been accessed and not anything specific about the users connection, you could probably just use sys.dm_db_index_usage_stats.
Though going back to the...
November 18, 2013 at 12:43 pm
Sounds like a good use case for a logon trigger.
November 18, 2013 at 8:55 am
I know this is an old thread, but it's an interesting topic to me.
If you're still around I'd love to hear more of the story. Or if...
November 15, 2013 at 3:16 pm
On the cheap I'd suggest running any old multicore desktop with a big usb hub that you can present as various drives, with as much cheap ram as you can...
November 14, 2013 at 4:58 pm
What kind of SLA do you have for RTO and RPO? What kind of data loss is acceptable?
Any budget for virtualization?
How do your app servers connect to the databases?...
November 7, 2013 at 4:59 pm
Sounds like you have a couple of questions bundled in there. But to your main point yes, you should be able to use a DNS alias to point to...
November 4, 2013 at 2:44 pm
Depends on the type of disaster you are testing for, and what the DBA role means to your organization.
October 28, 2013 at 8:48 am
Here are some of the things I'd look at.
What do your typical performance and counters look like?
What's the target server memory, and total server memory under the sql...
October 28, 2013 at 8:15 am
How are you adjusting the memory the server has?
October 25, 2013 at 1:57 pm
[font="Arial"]I adopted a legacy log shipping setup that was sent over sftp using a combination of SSIS, putty, Sqb2mtf, a series of stored procs, and several configuration/logging tables.
It was mostly...
October 21, 2013 at 3:39 pm
phonetictalk (12/20/2012)
I'd love to see cars offer the ability to download your data so you can analyze it yourself (or send it to 3rd parties who can analyze it).
There are...
December 20, 2012 at 11:00 am
Couple of things you may want to look at. First is how the licensing on your VM software works out with the change in ram allocation. Second is...
December 12, 2012 at 4:56 pm
If you do that you will lose any existing report and data source on the new server. If you are fine with that, then yea that should work, it's...
November 9, 2012 at 2:38 pm
Viewing 15 posts - 76 through 90 (of 173 total)