Viewing 15 posts - 256 through 270 (of 599 total)
Is there a way for you to log exactly what the application is sending? From your description in your last post I'd suspect that the application is somehow botching...
November 12, 2007 at 12:19 pm
Thanks guys for your feedback.
Your questions are exactly the questions I have. This is an OLAP/DW system with 4 ETL updates / day so the transactions come in bursts....
November 9, 2007 at 12:28 pm
The companies with which I work see my resume so know my skill-set. If it's an area where I'm a little weak, I let them know. Research is...
November 7, 2007 at 6:11 pm
AFAIK, there is no easy route. They're created as SSIS packages so I suppose there's a way to bundle them for install the same as other SSIS packages.
The only...
November 7, 2007 at 5:03 pm
Without some other way of identifying the date, it'd be your guess.
Is there a date in a table which relates to xyz table? Any historical references at all?
November 6, 2007 at 6:28 pm
Yeah well, I wasn't going to go there, Jeff. My appetite for worms ain't that big.
November 5, 2007 at 10:28 pm
Yes, SLA is Service Level Agreement. A backup once a month seems awfully thin even for a reporting DB. Even if you don't have a formal SLA I...
November 5, 2007 at 10:24 pm
Take a look here:
and its follow-up here:
Kalen explains it much better than I could.
November 5, 2007 at 6:51 pm
Try out all the different options to see what works best for you as it will seriously vary from site to site / server to server / DB to DB....
November 5, 2007 at 6:46 pm
Patrick,
Keep in mind that most (if not all) of the posters here have full time jobs outside of these forums. Heck, even Steve has other responsibilities. A...
November 5, 2007 at 1:33 pm
No, I don't have a fast enough disk system. I know this already. It's one of the many things that I have to change. Even worse right...
November 5, 2007 at 12:51 pm
The eval version as far as I can see (I have it installed on one machine) does NOT include reporting services. The developer edition does. My copy of...
November 5, 2007 at 12:36 pm
Rough guess based on your description. You'd be better off if you posted the DDL (that's the table definitions).
SELECT TOP1
*
From Table1 t1
INNER JOIN
Table2 t2
On
Table1.id = table2.id
Where type = 'type1'
ORDER...
November 2, 2007 at 3:54 pm
Although I've not worked with a clustered environment before, I don't see why not.
Also, if you have a development machine with access to the server, you can have...
November 1, 2007 at 6:37 pm
You should check this out, too:
http://www.sqlskills.com/blogs/paul/CategoryView,category,Indexes%2BFrom%2BEvery%2BAngle.aspx
In particular, this one:
(Better this time Paul? :hehe: )
November 1, 2007 at 6:15 pm
Viewing 15 posts - 256 through 270 (of 599 total)