Topics
Started by
Posts
Last post
Is there a way to remove consecutive dates from a report. I need the tables to maintain the dates b…
1 replies
Hi all, I have three tables. Customer, Auction and Products Customer -------------- CustomerID [int…
4 replies
Hi , I do not really like doing this. I know it goes against the grain.... but I …
18 replies
Hi all, I am not sure if this is at all possible, but what I want to do is to be able to update a c…
5 replies
hi, Is there any way to call a stored procedure in where clause on in select --- from clause ?…
2 replies
HI i have a strange problem. im using th OSQL to print to a file the is the command: OSQL -S serve…
3 replies
Hey all, I just want to know that is there any way to have a table created with the output of …
4 replies
I have a query that worked beautifully thanks to help from this forum. Recently, I needed to add an…
5 replies
SET NOCOUNT ON DECLARE @MyTable TABLE ( [ID] INT, [Name] VARCHAR(25) ) INSERT @MyTable SELECT 1, 'S…
6 replies
I am trying to get a count of the distinct number of rows in my table when I group by two colu…
3 replies
Hi All: I'm trying to copy on-line production rows to a history table. I've tried DTS, but it will…
2 replies
I am trying to run a following query select * from employeedetails where edescription='employee nam…
5 replies
Hi, we have a stored procedure which updates a table. This table has parent child relationship. …
3 replies
I've run into a curiosity. While creating a script to correlate some data, I was trying to use MIN(…
7 replies
i have given a a database of addresses and contacts. we are using MS sql 2000. contacts table…
2 replies
Viewing 15 topics - 6,151 through 6,165 (of 17,082 total)
You must be logged in to create new topics.