Viewing 15 posts - 1 through 15 (of 25 total)
Welcome Keith,
Don't let Joe Celko's comments upset you. Some people are bound and determined to always speak down to everyone – they like to make themselves feel important. That is...
July 5, 2006 at 8:06 am
Now I am dealing with someone who does not understand the value of temp tables (to me). He says eliminate them - they cause problems.
On the same subject - who out...
June 16, 2006 at 7:49 am
I believe this is the real issue here:
Select @@version on our 2 servers displays the following:
Production Server:
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c)...
June 16, 2006 at 6:46 am
From another member here:
"The name of a temp table is actually a 132 byte name consisting of the user name, the table name used during the CREATE, a wad of...
June 15, 2006 at 9:17 am
A little trick here...
You will have an identity column in an SQL table to match the identity column in Excel; however, before you dump the info into SLQ, make sure...
September 6, 2005 at 7:08 am
This will not work for finding EXACT matches (i.e. Profit and profitablilty)
It finds "profit" twice.
How can we have the instance count be "1" and not count "profit" inside of profitability?
January 9, 2005 at 8:18 pm
The LEN(Replace.... finds the instances - even if it is used in another word (i.e. profitability).
How can I get only EXACT matches??
Any ideas
January 9, 2005 at 7:46 pm
Here is a sample connection string and query, to our SQL Server. It works great.
I hope it helps.
<%
Response.Expires = 0
' Set variables, build connection string and open connection
Dim objConn, objRS, strQuery, strConnection
Set...
November 1, 2004 at 7:20 am
I had the same issue once when I had a query with a bunch of inner joins inside the SP.
I moved the query to a view and then referenced the view...
August 19, 2004 at 9:28 am
For years, I worked in a place that had a dedicated SQL Server Administrator that took care of all this "stuff". I have been writting Cold Fusion, Java Script and SQL...
June 28, 2004 at 4:43 pm
Viewing 15 posts - 1 through 15 (of 25 total)