Viewing 15 posts - 29,461 through 29,475 (of 39,771 total)
I'd wait for a year, show you have some experience and then pass the test to show that you've learned something and can pass the test. It probably doesn't matter...
February 20, 2008 at 9:55 pm
Haven't seen this, but I'll post a note and try to track this down.
February 20, 2008 at 9:54 pm
They are all good. Litespeed (Quest), SQL Backup (Red Gate), SQL Safe (Idera), and Hyperbac's tool.
Pick the one that seems suited to your environment and has the features you need.
February 20, 2008 at 9:52 pm
I'll track this down, but I know you can find a bunch of jobs if you go to Microsoft.com and go to the careers section. You can search for jobs...
February 20, 2008 at 9:46 pm
If the objecst are not owner by dbo, then you might need to. If they are owner by dbo, just remove those two users from the role.
February 20, 2008 at 9:08 am
I think any of the 2005 admin books are about the same, containing about 80% the same stuff. The Pocket Guides are cheaper and they have good info. I've avoided...
February 20, 2008 at 9:08 am
The easiest way it to use Enterprise Manager, check the user and see which roles it has been assigned. Then you can see the rights for those roles as their...
February 20, 2008 at 8:52 am
This is also in Enterprise Manager, under the properties for the server. Check the security tab and you should use this tab to change the account if needed. That way...
February 20, 2008 at 8:51 am
As mentioned above, you've written the statement to deal with one row.
You cannot use local variables for the values or you only get them for one row. What you really...
February 20, 2008 at 8:50 am
If you can better explain what you're trying to do, maybe we can come up wiht something. from the tables and code, it isn't obvious what the criteria is on...
February 20, 2008 at 8:47 am
The easiest way is to detach the file, copy it, and then reattach it.
February 20, 2008 at 8:39 am
You might have a large virtual log file as well, which could prevent shrinks.
Search for "forcibly shrink the transaction log" here. There's a script that can help, but be sure...
February 19, 2008 at 9:30 pm
I think this is simple if I understand what you are looking for.
In the trigger, look for the inserted table and check if it's dates and code are inside an...
February 19, 2008 at 9:29 pm
Viewing 15 posts - 29,461 through 29,475 (of 39,771 total)