Topics
Started by
Posts
Last post
I am trying to schedule emails. I have to write my own tables. I am not the best SQL coder, so I ma…
5 replies
Table With two Feild Name,Tools Example Table : 1-Mike Walker 2-Mike Cane 3-Steve Wal…
14 replies
Hi I am trying to write a Bulk import procedure, i am using table value parameter to insert thousan…
9 replies
I need to find the multiple relationship with a Customer in one row. It would be able to search bas…
1 replies
I have Table_A in which data is imported from text file .. Table_A Ex: SID State ShortName D…
1 replies
Hi all, i have this data: DECLARE @data TABLE (tesplan_id int, tesplan_name varchar(250) ,tc_exter…
2 replies
Hi, I want to get the list of dependency tables(through all the levels ie child of child) that a…
3 replies
i have the following strucrue and the data as folloows DECLARE @DetTbl AS TABLE (id INT IDENTITY (…
7 replies
I need to write a function that converts a time from GMT to EST taking daylight savings time into c…
2 replies
Hi Basically, I'm attempting to write a statement based on multiple conditions. So, there will be 2…
4 replies
Hi, I have tried and created one sp which will get the table name as input and will return all the…
24 replies
Thanks, RT
13 replies
Hi, I am having trouble inserting the multiple rows into a table with identity column. The error i …
14 replies
Hi All, I have written 3 queries and put them in 3 cte statements each is a different report. 1. FC…
3 replies
Is it possible to use SUM() in a SELECT query that uses a series of CASE statements to group data t…
3 replies
Viewing 15 topics - 3,091 through 3,105 (of 10,635 total)
You must be logged in to create new topics.