Topics
Started by
Posts
Last post
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
Thanks, RT.
8 replies
Hi Guys, I need help in sorting out this job its begin failing for a week now. The code is as follo…
2 replies
I need a T sql query which should read and load text files data from the directory one file after …
1 replies
Hello Friend I can not speak good English sorry i want for store data in database of c# 1-I have an…
3 replies
Hello all, I have to run this query during inserts. It works fine for thousands of records but onc…
18 replies
Is there a way to sort the table after records are inserted? Declare @tab Table(name varchar(10), …
8 replies
Hi I have a very small question -- What is the difference between Cross Apply and Inner Join. what …
4 replies
hi, I have created the table like create table tblemployee(id int,name varchar(10),gender int) the …
8 replies
Hi, I am working on a SP that for a given database; 1. Drops the referential integrity constraints…
2 replies
Hi All, i have this script: ;WITH Estimated AS ( SELECT nh.id,nh.parent_id,tproy.prefix,nh.name AS…
11 replies
When I try to execute a SP as shown below: EXEC eusp_e5_eSM_AS01_MaterialItemContainerlabelReport '…
22 replies
I'm trying to kill all queries on all user databases prior to starting an overnight batch. Running …
9 replies
I have the following SQL query which is executed in a dynamic SQL statement: SELECT a.id, b.id,CRS…
12 replies
Viewing 15 topics - 3,106 through 3,120 (of 10,647 total)
You must be logged in to create new topics.