Topics
Started by
Posts
Last post
Hi, I am trying to implement some error handling. Inside the stored procedure I have the below cod…
4 replies
I need help doing a query. Here is a simplified version of what I need to achieve. I have 2 tables,…
8 replies
I have a process that is already inserting data to a table, I have a trigger after insert that copi…
3 replies
I have a process that is already inserting data to a table, I have a trigger after insert that copi…
2 replies
The purpose of below query is to get the DISTINCT name from myTable and it should not be in myAnoth…
4 replies
Hello all, I have set up Full-Text Indexing on a customer table including field like Name, CompanyN…
2 replies
Hi, I'm sure this has been dealt with elsewhere but I can't work out the correct search terms to fi…
5 replies
I have the following query: SELECT DISTINCT Case_Code, (glued + plant) as Glued, flat FROM Carton…
1 replies
hi........ i have table like this. id product -------------------- 1 cello 2 …
3 replies
Here is a real stumper: I have a single row coming out of a table: Name Date …
3 replies
I have following script CREATE PARTITION FUNCTION Func_SeatsPartition (INT) AS RANGE RIGHT FOR VAL…
1 replies
Hi All I am trying to create xml from table for that i used query select column1,column2,column3 fr…
1 replies
I have a table like this: col1 col2 col3 col4 11 22 34 2009-09-01 NULL…
3 replies
Is there a way for me to download a file from a url in a stored procedure? I am trying to download…
1 replies
I need to put a CASE condition in WHERE clause Following is the table containing records in followi…
2 replies
Viewing 15 topics - 5,416 through 5,430 (of 12,234 total)
You must be logged in to create new topics.