Viewing 15 posts - 106 through 120 (of 478 total)
Hi Jeff
Re a), and parameter to local variables. Apparently its something to do with parameter substitution and/or sniffing. See this from Bart Duncal
>>>>>>>>>>>>>>>>>>>>
The reason for the performance difference...
September 11, 2003 at 7:55 pm
Hi there
This is a strange one.
a) Using parameters? if so, write them to local variables first before using them in your select
b) Try using the recompile option on...
September 11, 2003 at 7:16 pm
Hi there
Check sysindexes carefully and the statblob column.
Cheers
Ck
Chris Kempster
Author of "SQL Server 2k for the Oracle DBA"
September 11, 2003 at 7:13 pm
Hi there
Unless you have an explicit order by, no matter the indexing in place, sql server will not guarantee the results are returned sorted. Remember that rows must be...
September 11, 2003 at 7:05 pm
NEVER. Simple as that.
Worst case is an urgent hotfix or some crazy windows issue, but never direct code changes or "playing" around.
Chris Kempster
Author of "SQL Server...
September 10, 2003 at 11:35 pm
Hi there
The only issue I had was related to cross database ownership chaining. Read up on it if users cross call databases on the instance. One of our...
September 10, 2003 at 7:31 pm
Hi there, try this:
Chris Kempster
Author of "SQL Server 2k for the Oracle DBA"
September 10, 2003 at 7:29 pm
Hi there
Not that im aware of, sure, connection and command timeouts but not a disconnect timeout. Hunt around on the client provider end, I dont believe there to be...
September 10, 2003 at 7:15 pm
Hi there
How remote are we talking, inter-company? or over the WAN?
Within your network (LAN) is very simple. The instance itself starts with a listener, the server network utility at...
September 10, 2003 at 9:38 am
Hi there
I have an article coming out in a day or two on this website covering off some of the issues. Virtually zero for sqlserver itself though.
Cheers
Ck
Chris Kempster
September 9, 2003 at 8:17 pm
Hi
The sp_executesql should be fine, use this though to say, write to a variable and check the contents of the variable instead of attempting an IF ..., say, do a...
September 9, 2003 at 7:30 pm
Hi there
Try this:
Run Regedit
Navigate to \Microsoft SQL Server\80\MSSQLLicenceInfo\MSSQL8.00
edit the Mode value, change to 1
totally unsupported 🙂
Cheers
Ck
Chris Kempster
Author of "SQL Server 2k for the Oracle DBA"
September 9, 2003 at 7:17 pm
Hi there
I have a 4Gb, i leave around 500Mb free. As a general rule, i try and leave 20% free, but again it depends on what else is running...
September 9, 2003 at 2:53 am
Hi all
Pretty boring on my side but...
left high school and attended technical college 3 yrs, then off to uni for another 2 for a degree in comp sci... was actually...
September 8, 2003 at 9:16 pm
Hi there
I believe the problem is related to your provider and and properties set on connection to the instance. Also, what version are you running and service pack? i...
September 8, 2003 at 7:37 pm
Viewing 15 posts - 106 through 120 (of 478 total)