Viewing 4 posts - 466 through 469 (of 469 total)
We have some short, wooded trails behind the office so I'll take a walk through those and we have a volleyball court that gets used every day during lunch during...
March 12, 2010 at 6:53 am
If you need to use dynamic SQL you're better off using a stored procedure instead of a function:
http://stackoverflow.com/questions/150552/executing-dynamic-sql-in-a-sqlserver-2005-function
Will that work with what you're trying to use the function...
March 11, 2010 at 7:08 am
Check what @@servername returns. If the server got renamed that may not be the actual name of the server. The following will get the current name that Windows...
March 8, 2010 at 6:22 am
You should also keep in mind that if one auto grows that SQL will no longer balance the load across the different files properly. Our recommendation to our clients...
March 2, 2010 at 7:04 am
Viewing 4 posts - 466 through 469 (of 469 total)