Viewing 15 posts - 26,296 through 26,310 (of 39,793 total)
Anonymous Post #2
Hi there.
I pretty much get 8 hours in per day. I think I work very efficiently. But I'm currently in a job where I can hide away in...
November 14, 2008 at 6:14 am
Interesting. I agree it's not the only metric. Effectiveness is ultimately what matters, but for planning, you need to guess at some xx amount of work and hours is one...
November 14, 2008 at 6:13 am
Are you moving to new places or to the same server over and over?
You only need to move logins once, and if you use the same SID, then you...
November 13, 2008 at 3:37 pm
Just as a note, we usually have 2-3 free admissions to the conference we give away to authors each year.
Anyone that can cover travel/hotel and is interested, write me...
November 13, 2008 at 2:37 pm
I've gone both ways, but I have tended to separate out the system databases to a separate job.
November 13, 2008 at 1:12 pm
I'm with TheSQLGuru. I'd shut down SQL Server. If the files are being written to, it's possible that you are slowing things down or there could be an issue. There...
November 13, 2008 at 1:10 pm
Usually the PK is a field that obviously identifies what's in the tables. Often there is an "ID" field with an identity or integer value in there. If you have...
November 13, 2008 at 1:09 pm
Short answer: sql agent.
Are you running SSIS packages or are you trying to run SQL scripts from SSIS?
November 13, 2008 at 1:07 pm
Yammer looks interesting, and thanks for pointing it out.
You definitely need downtime, but the thing to remember is that Twitter, alerts, Blackberry's aren't binary devices. It doesn't mean you are...
November 13, 2008 at 12:55 pm
It's a problem with your tape drive, or the media. When you see "operating system error" it's something outside of SQL Server.
Backing up to tape is not recommended as the...
November 13, 2008 at 9:42 am
Just a chance to meet people from the site. We hire a casino company to cater the event, give away "chips" to play blackjack, poker, roulette, etc. for a couple...
November 13, 2008 at 8:36 am
You have some duplicate data in your join.
you could add distinct to the SELECT list, which would remove duplicates.
November 13, 2008 at 8:32 am
http://www.microsoft.com/Sqlserver/2005/en/us/Compare-Features.aspx
In standard.
It's nothing amazing. You could set it up yourself with a few jobs that backup, copy and restore.
November 13, 2008 at 8:31 am
You can set up linked servers, which will be there and allow you to do updates. More admin work here.
you can set up an openquery/openrowset statement to do the work,...
November 13, 2008 at 8:24 am
Viewing 15 posts - 26,296 through 26,310 (of 39,793 total)