Viewing 15 posts - 5,581 through 5,595 (of 7,187 total)
I'd like to see the link for that if you still have it, please. I can't see how it would affect network performance, although I admit that it is...
December 15, 2010 at 2:34 am
Sorry, you've lost me. Why would using DATALENGTH to determine row size affect the amount of traffic that goes across the network?
John
December 15, 2010 at 1:47 am
I think you may find that if you go active/active then your licensing will be twice as expensive, since you'll be running on twice the number of processors.
You will need...
December 14, 2010 at 8:50 am
While the index rebuild is running, execute sp_who2 a few times. If the same SPID appears in the BlkBy column every time, and the SPID being blocked has ALTER...
December 14, 2010 at 8:34 am
You need to kill the process that is already accessing that index. This may just be a case of stopping your application while you perform the index rebuilds.
John
December 14, 2010 at 8:16 am
I think the CONVERT function is what you're looking for. Or you could allow the data layer to store the data and leave the formatting to the presentation layer.
John
December 14, 2010 at 7:00 am
We can't really help you with this. The table grew because somebody put a lot of data in it. Do you know how many rows it had before?...
December 14, 2010 at 4:55 am
Have you created the table of data types and their widths like I suggested in the other thread? And why don't you want to use DATALENGTH?
I'll tell you how...
December 14, 2010 at 2:54 am
dilipd006 (12/13/2010)
How to configure this
Right-click on the server name and choose Properties. Click on Security and choose the appropriate setting.
John
December 14, 2010 at 1:33 am
Steve Bergkamp (12/13/2010)
Any ideas if my Tally doesn't include all the same ID's in my ID table ?
Just make sure it does. You could put some logic at the...
December 13, 2010 at 6:38 am
To find out where the breaks are, you just LEFT JOIN your tally table to your table of IDs, and find the values in your tally table corresponding to NULLs...
December 13, 2010 at 6:06 am
Place it wherever is most apposite. I think I would use the master database. If it's not there then your procedure's going to fail, unless you define it...
December 13, 2010 at 5:38 am
OK, this is getting outside my area of knowledge. However, I'd say that if one part of your application is connecting to SQL Server, and another part is failing...
December 13, 2010 at 4:36 am
Viewing 15 posts - 5,581 through 5,595 (of 7,187 total)