Topics
Started by
Posts
Last post
I am having trouble figuring out how to properly sort the results of a query that takes daily entri…
2 replies
Hello, I'm trying to follow an example in BOL using CONVERT so that the numeric data that the query…
2 replies
I'm writing a series of Stored Procedures, to copy data into normalized tables, for source tables. …
3 replies
Hi, I'm trying to only return all customers that have had a payment in the last two years. Th…
17 replies
Does anyone have any suggestions for filling a holiday table. In the the middle of a project that I…
3 replies
Hi, I want to use Case statement to simplify WHERE clause of Select query. In other words, I want…
2 replies
SET NOCOUNT ON DECLARE @Analysis TABLE ( RowID &nbs…
12 replies
SELECT * from TAB_A WHERE COL_1='SMITH' SELECT * from TAB_A WHERE COL_1='SMITH &nb…
3 replies
I'm trying to update a table in MyDB1 with a value in MyDB2 on the same SQL server (2000) &nb…
2 replies
Hi all - i'm running this stored procedure to restore a DB and i get a funky error message about an…
5 replies
Hi All I have a table that contains "carriage returns" and "line feeds" in a column. I'd like to c…
5 replies
I have module log have DOB and Name and employee table DOB and Name. I want to get the re…
6 replies
Hi, I am making an insert in three tables. In the secoond table I need the key previously inserted …
23 replies
I'm having trouble at the moment exporting some sql data to oracle... Using the import/export wizar…
1 replies
Can anyone please help me make the following command more efficient: INSERT INTO Mimic_table…
8 replies
Viewing 15 topics - 6,376 through 6,390 (of 17,082 total)
You must be logged in to create new topics.