Viewing 15 posts - 4,666 through 4,680 (of 6,216 total)
Thats a good question! I guess the ideal would be a way to specify the bandwidth - maybe can be done at a router or switch. Lets see if Steve...
March 23, 2002 at 5:11 am
You need to build up the update statement as a string and then run with Exec or sp_executesql. SQL won't evaluate the tablename the way you have it now. You...
March 22, 2002 at 6:47 pm
Professional SQL Server by Rob Viera is pretty good for an overall look at SQL development with some admin mixed in. For VB Francisco Balena has a great one for...
March 22, 2002 at 3:44 pm
Try using 'with NO_INFOMSGS'. Not sure if all DBCC supports it or not.
Andy
March 22, 2002 at 3:40 pm
Could you post your code so we can see exactly what you're attempting?
Andy
March 22, 2002 at 3:39 pm
I agree the 10m NIC isn't a perfect simulation, but for something like a snapshot is better than nothing to gauge the time!
Andy
March 22, 2002 at 12:48 pm
If you're only concerned with DDL, why not just profile it? Easier than dealing with the log.
Andy
March 22, 2002 at 11:39 am
I dont think so. The 2G is allocated by Win, you'd be sharing the same memory. You can use up to 8G with AWE if you have Win2K AS.
Andy
March 22, 2002 at 11:37 am
Depends on the volume of course, but I'd bet you can get by with the 2m connection. Put a 10m NIC in a box and try it locally.
Andy
March 22, 2002 at 11:31 am
Glad we could help. Visit often!
Andy
March 22, 2002 at 11:27 am
You're not going to be able to use all 16G for SQL unless you run DataCenter. Win2k AS maxes out at 8G.
Andy
March 22, 2002 at 5:57 am
If you only allow access to the table via stored proc you can add a logging line in it.
Andy
March 22, 2002 at 5:55 am
Full text searching is made for this. Not very hard to get set up, Jon Winer has a couple articles posted about using it you might find interesting.
Andy
March 22, 2002 at 5:52 am
You can retrieve it from sysobjects or use DMO to get it. Why would you want to alter a view in a web page?
Andy
March 22, 2002 at 5:49 am
Viewing 15 posts - 4,666 through 4,680 (of 6,216 total)