Viewing 15 posts - 31,996 through 32,010 (of 39,748 total)
We don't have a matching thread view for the forums. We decided to go with a fixed level of forums.
If you want a tree view of articles, it's here: http://www.sqlservercentral.com/articles/articleList.asp?categoryid=100
May 29, 2007 at 7:26 am
I'm sure that there are some strange tweaks in the benchmarks. All of the submissions are geared towards promoting their own platforms.
I'll say this from my experience, which is limited...
May 28, 2007 at 9:27 am
You can limit the total memory SQL Server will use. Out of curiosity, how much memory on the server and what's the SQL Setting.
May 28, 2007 at 9:12 am
Can you put the entire error message and the code you're using in the post? Looks like the subject got cut off.
May 28, 2007 at 9:10 am
If you're building the app, I'd write the calc into a stored proc and have the insert/update and the calc/update occur at the same time.
Are reports retrieving the values?...
May 28, 2007 at 9:09 am
How are you importing the data? Many methods allow you to not fail on 1 error. Or you can import into a staging table and then clean the data.
PKs...
May 25, 2007 at 9:06 am
Actually I like this. It tells me who not to go to for a job. Kind of recruiting Darwinism ![]()
May 25, 2007 at 9:04 am
It creates more administration and complicates disaster recovery, but it can help. However it's not necessarily a big performance boost:
http://blogs.msdn.com/psssql/archive/2007/02/21/sql-server-urban-legends-discussed.aspx
May 25, 2007 at 9:00 am
Search naming standards on this site and you'll find a few references as well for helping with that.
May 25, 2007 at 8:58 am
there are good reasons to go either way. You use an interest statement and a small app to load the stream makes the most sense.
May 25, 2007 at 8:54 am
The best way I know of is to do this in batches. Delete xx records, backup the T-log, repeat. This way you can prevent the log from growing too much....
May 25, 2007 at 8:53 am
Please type in the error message and send any other information we might be able to use.
May 25, 2007 at 8:50 am
Viewing 15 posts - 31,996 through 32,010 (of 39,748 total)