Viewing 15 posts - 1,951 through 1,965 (of 3,221 total)
Alasdair Thomson (4/20/2010)
Let me know...
April 20, 2010 at 11:17 am
Steve Jones
The TJX thing, that was interesting. In 2001 we were just starting to deploy wireless around the JD Edwards campus. .........So I wrote a short story about a former...
April 20, 2010 at 10:55 am
Please, please help those who want to help you by posting your problem following the second link in my signature block,for what will help you get a good answer
April 18, 2010 at 12:53 pm
Without the table definition, some sample data, and your T-SQL statement (Refer to the first link in my signature block for the complete format, etc., to receive tested help) the...
April 18, 2010 at 12:13 pm
Piotr.Rodak
Inside SQL Server 2005 Query Tuning and Optimization. Page 229.
Thanks for that info, alas I could not use it to support the answers, since it would not be avaiable...
April 17, 2010 at 9:30 am
dunnjoe (4/16/2010)
When I ran it on one of my servers...
April 16, 2010 at 8:28 pm
Why is it adding all the numbers (and alpha) and more importantly, how can I create it without it adding them?
Why do you want to create them without all the...
April 16, 2010 at 7:09 pm
Jason it's late go home. If I remember correctly it is Las Vegas where you work?
If so, stop at a few places along the strip, have a glass of...
April 16, 2010 at 6:30 pm
Aha, got it to work (Server 2000).
Pray tell Jason, what is this seemling unquenchable thirst for SP_Who ....
whatcha going to do with it?
April 16, 2010 at 5:56 pm
CirquedeSQLeil (4/16/2010)
Ok - this one is a stretch. Anybody have sp_who2 from sql 6.5?
Heck Jason even this old timer does NOT save stuff that old.... Yikes
April 16, 2010 at 4:48 pm
Here it is:
CREATE PROCEDURE sp_who2 --- 1995/11/03 10:16
@loginame sysname = NULL
as
set nocount on
declare
@retcode ...
April 16, 2010 at 3:53 pm
This is, I am sure NOT the best way, but since CTEs
can not be used in SQL 2000 the best I could come up
with is a 3 step...
April 16, 2010 at 3:43 pm
This may or may not be the proper place for this background material, but being a long winded individual given to exchanging tidbits technical information with others involved with SQL...
April 16, 2010 at 9:31 am
Hawkeye_DBA
SQL Express has a unique database setting, which I believe is new to sQL 2005 ... here is a link to check if this is your problem.
http://technet.microsoft.com/en-us/library/bb264564(SQL.90).aspx
From the above:
The sqlservr.exe...
April 15, 2010 at 1:11 pm
Have you reviewed:
@@IDENTITY, SCOPE_IDENTITY, and IDENT_CURRENT are similar functions because they all return the last value inserted into the IDENTITY column of a table.
@@IDENTITY and SCOPE_IDENTITY return the last identity...
April 14, 2010 at 5:37 pm
Viewing 15 posts - 1,951 through 1,965 (of 3,221 total)