Topics
Started by
Posts
Last post
I am trying to rewrite an SQL2005 except construction to a outer join for the benefit of SQL2000 in…
2 replies
select Description, PointsLimit from ReferTypeLimits Results: Description PointsLimit ----------…
1 replies
I have used @@RowCount next to one update statement in a stored procedure. It was working fine in o…
4 replies
Been trying to figure this out... what exactly are the date calculations doing in the code below: s…
2 replies
Hi, I want to run jar file which is reside on remote server using Xp_cmdshell. I tried the followin…
4 replies
I hope someone can help me with this one... We keep a list of people who have had a credit check re…
2 replies
All, I have a table. create table log ( ecode int, id int, datediff int ) insert into log select 10…
12 replies
I'm having some fun with passing parameters from T-SQL to a stored procedure in SQL 2000 which then…
2 replies
Hi I am testing one stored procedure. I have this Test_table : id int name varchar data float …
28 replies
/* This is My Seacrh Criteria USER ENTERSSYSTEM LOOKS FOREXAMPLE RESULTS Chapter 1Exact…
2 replies
Hi All, I have a table that contains a date column as ID CreatedDate Status 1 06/01/200…
5 replies
So in the Status columm, what does it mean to have numbers like 22 or 7? Is there a particular dict…
12 replies
What is the max for nvarchar? My results are getting truncated with the following: select comments …
8 replies
Is 500 the max characters per column? I increased it but it doesn't return more than 500 when I run…
1 replies
I have a stored procedure with a complex select SQL statement that creates a temporary table. The S…
1 replies
Viewing 15 topics - 1,636 through 1,650 (of 17,082 total)
You must be logged in to create new topics.