Topics
Started by
Posts
Last post
I have two table, let's say T01 (ID,...) and T02(..., ID01, ID02), where ID01, ID02 are foreign key…
2 replies
Hi, I need to extract rows from a table in such a way that those rows fulfilling all the search con…
5 replies
Good morning, I have a table Transactions_Line with the following fields: Fund, Trans_Type Trans_Am…
2 replies
I have files coming in through DTS packages from Excel which have one field for name--including las…
16 replies
When I execute the following T-SQL query, I only get 4655 rows returned: SELECT c.* FROM Customers …
7 replies
Hi all, I have a table that is in the format of an adjacency list: CREATE TABLE t ( id int n…
4 replies
When the following stored procedure is parsed in QA, I receive the following error: "A RETURN …
2 replies
Please help. I want to find the document_id values in table @tblDocRef that are linked to ALL the w…
2 replies
Hallo friends I am using the following method to insert the result of stored procedure into a table…
9 replies
I'm importing text from at table with text which is unlimited. Som fields have as much as 180…
5 replies
Hi All, Whenever I run the following query...it just goes on and on and the expected output does no…
1 replies
I'm using this query to archive Event Data older than two weeks of this particular D…
4 replies
It used to be in SQL 6.5 that a stored proc would not compile if you referenced a column (or Table)…
1 replies
Hi all, I have a problem. I have the following script which deletes two kinds of duplicates …
32 replies
Hi! With a trigger statement after insert, how to get 'old" and "new" value? Please show me! Thx!
2 replies
Viewing 15 topics - 10,786 through 10,800 (of 17,082 total)
You must be logged in to create new topics.