Viewing 15 posts - 31 through 45 (of 67 total)
More drives = More Speed, if you've got the cash then RAID 10 is faster but you lose half your capacity, most systems we run here use RAID 5 and...
November 16, 2005 at 2:41 am
Great article, I think the bunch of you complaining are taking things a little too seriously, lighten up and laugh like the rest of us.
October 19, 2005 at 2:36 am
I've just VSS quite a bit for this, it's simple to use and as most people at the company were developers everyone had Visual Studio anyway so it was an...
October 13, 2005 at 2:49 am
Not bad, a little basic though. Would have been nice to see what happened when you had multiple columns in the where clause or if you joined to a second...
October 7, 2005 at 5:15 am
How much ram does the machine have?
October 7, 2005 at 3:59 am
It will if you are running Windows DataCentre Server, what are the details of your server, OS, SQL Version & amount of RAM, and is it a pure SQL box...
October 7, 2005 at 3:23 am
I don't see why not, why don't you just set create the single job and add two different schedules to it. Set them both as monthly and a different date...
October 7, 2005 at 2:26 am
Windows will recognise 4 gig out of the box and will be able to allocate a max of 2 gig to any one application. Depending on how much RAM the...
October 7, 2005 at 2:24 am
Hard to tell without seeing where you are in the setup, but the basic idea is that you have the real names and IP address of the machines say Machine1...
September 30, 2005 at 2:20 am
sp_spaceused tablename is useful but be aware that it isn't always accurate, if you want to know the true size of something run DBCC updateusage ('DATABASENAME') beforehand, this will run...
September 29, 2005 at 2:04 am
Use UNION ALL if you want all records from each table, UNION is do the equivilent of a DISTINCT on the result set.
---------------------------------
Select T1.ToDisplayName as DisplayName, T1.ToEmailAddress as EmailAddress ,...
September 19, 2005 at 5:59 am
I'm with you on this one Kenneth, it's not Primary if there are two
September 19, 2005 at 4:56 am
I'm fairly sure if you use the TOP 1 in your subquery it will only return 1 record which is fine if you're only looking for one company but if...
September 19, 2005 at 2:07 am
I've had the same problem, I've only been able to generate one script for a job at a time.
September 16, 2005 at 9:16 am
Viewing 15 posts - 31 through 45 (of 67 total)