Topics
Started by
Posts
Last post
Basically what I am trying to achieve is to update the last two character spaces of a column which …
8 replies
I have created a stored procedure that uses a temp table to do some updates. the problem is that th…
5 replies
Hi friends, I m having CUST_STATUS table which shows statuscode and effectivedate table.status 1 me…
4 replies
Actual Table: IdName Parent_nameParent_id 1A.B A 2A…
3 replies
Actual Table: IdName Parent_nameParent_id 1A.B A 2A.B(1).C B 3A.B(2).D B 4A.B.C.D.E D 5A…
1 replies
Have a table with the following structure .. recordid (int), column1a (int), column2a (bit), column…
6 replies
Hi to all, I have the follwing piece of TSQL COde SET @DateTo = '20110330' SELECT ----- FileHeader…
1 replies
There is a table similar to the one below: create table #Orders ( OrdNum varchar(5) , Empid int , M…
13 replies
Hi, I want to know what is the difference between != and<>. I don't know which one is prior a…
7 replies
I am looking for a query that will produce a list of unique runs for the following data, where EvDa…
13 replies
Hi Everyone, I need a quarterly amount from the below data. For instance,for the first 3 months mon…
5 replies
Hello, I have created the stored procedure. Now I am accessing the same in the crystal reports. But…
3 replies
I have a table with 1 column (nvarchar(max)) that holds a list of distinct queries. Does anyone ha…
47 replies
Hi, I have faced an issue while deploying the rdl to report server for my application. I have a rep…
1 replies
Im haveing a lot of trouble writing a query. Ive been spinning my wheels for over an hour, and cant…
2 replies
Viewing 15 topics - 5,251 through 5,265 (of 10,647 total)
You must be logged in to create new topics.