Viewing 15 posts - 781 through 795 (of 7,429 total)
If reporting, or tracking/trending then denormalized is supposed to be the best bet for performance.
If an application like and Order Fullfilment system then it is poor and each insert may...
December 12, 2006 at 9:15 am
Yes, that field would more logically read Creator or Author rather than Owner. Has no relationship to how you login to SQL Server just how you are logged into the...
December 12, 2006 at 8:19 am
Because you could. Ordinal position does apparently access faster than Column Name becuase ADO had to find the column based name versus being told exactly where to look. Even thou there...
December 11, 2006 at 1:43 pm
Yes, you will have to build a report to format the layout like you want but if you have access to the RS Console go into an existing report and...
December 11, 2006 at 1:27 pm
My understanding had nothing to do with * being better with performance it was in case of change the impact it may have.
Example I use * on my audit triggers...
December 11, 2006 at 12:41 pm
No there are no issues at all. You can even setup email delivery, and store historical snapshots in case you need to retrieve any past runs.
December 11, 2006 at 12:13 pm
Or to save your brain a lot of work if you have Reporting Services installed you can get RS to do this much easier for you thru Subscriptions. I have...
December 11, 2006 at 10:37 am
It increases slightly mostly because of the messages produced by
DBCC DROPCLEANBUFFERS
DBCC FREEPROCCACHE
themselves. Looks like it adds a little more than a mintue to each run.
Also...
December 11, 2006 at 10:32 am
That is an option as well I just found with ours the Deleted column gave better performance on these items plus I had them available for recovery for that just...
December 11, 2006 at 9:19 am
And if you have a lot of space but not equal keep in mind these backups can be compressed easily. You can setup a compressed folder and store the backups...
December 11, 2006 at 9:09 am
Who if you look is the series editor on the T-SQL Querying and Programming books metioned. I like Kalen's stuff and Ken's but there are lot's of books out there,...
December 11, 2006 at 8:20 am
Been a while but I believe you have to have File and Print Sharing on before the install will work. Can't remember if this was the message thou.
December 7, 2006 at 1:40 pm
Do spluge for the highest L1/L2 cache (on-chip) you can get. But depending on how old your quad singles are there are plenty of other factors that will mean better...
December 7, 2006 at 1:39 pm
Yes but you have to be carefull of bulk inserts and such. As well your log file will be a big issue as it grows and has to be retained...
December 7, 2006 at 10:19 am
You have to be carefull with sp_removedbreplication as tat remove is from the database on and does not remove the refernce to subscriptions and publications in the ditributions database. You...
December 7, 2006 at 9:32 am
Viewing 15 posts - 781 through 795 (of 7,429 total)