Viewing 15 posts - 9,196 through 9,210 (of 14,953 total)
No, if you change mine to partition by GroupName, it doesn't get the desired end result. It needs to be the way I wrote it to comply with the...
June 18, 2009 at 7:31 am
Nah. The only reason I was asking about edition is because Workgroup doesn't natively support SSIS, and won't run jobs for it. Was just checking for that possibility.
June 18, 2009 at 7:28 am
I would guess that companies where disaster recovery and business continuity are more critical probably have more formal procedures. For example, I would certainly hope that a hospital has...
June 18, 2009 at 7:27 am
Jeffrey Williams (6/17/2009)
GSquared (6/17/2009)
June 18, 2009 at 7:23 am
Randy has the commands right, but you'll have to drop the existing primary key first.
June 17, 2009 at 12:54 pm
Jeffrey Williams (6/17/2009)
GSquared (6/17/2009)
June 17, 2009 at 12:45 pm
You're welcome. Glad we could help.
You don't need to reboot. Just restart the SQL service. You can do that from Management Studio, and it's a lot faster...
June 17, 2009 at 12:33 pm
OLE Automation of Office is usually (almost always) messy. Has a tendency to do things like leave multiple copies of Excel running in the background (you can find them...
June 17, 2009 at 12:05 pm
Trace ID 3 is the problem, as you found. It's set to not "roll over files", so it's going to just keep adding them forever.
You can stop the trace,...
June 17, 2009 at 12:00 pm
I don't really have a template or written policy. Recovery is generally going to be dependent on what makes it necessary in the first place.
Some of my databases can...
June 17, 2009 at 11:45 am
You could simplify the system tremendously by having tables named "CurrentMonth", "Prior1Month", "Prior2Month", ..., "ReallyOld", or something like that.
Dynamically building tables and rebuilding the view is going to be more...
June 17, 2009 at 11:39 am
So far as I know, if you have a license for SQL 2008, you can use it for a license for the same or a lesser edition license for 2005....
June 17, 2009 at 11:34 am
You're welcome. Let me know if it does what you need.
June 17, 2009 at 11:29 am
Here's how I'd write the update. You'd have to test on a volume of data to see whether it's enough better to be worth it.
;with CTE as
(select SpecCode,
row_number()...
June 17, 2009 at 11:27 am
Why does it need Office installed? Is it using OLE Automation on Excel or something?
I generally wouldn't be inclined to install Office on a server, but only because of...
June 17, 2009 at 11:22 am
Viewing 15 posts - 9,196 through 9,210 (of 14,953 total)