Topics
Started by
Posts
Last post
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
Hi, I have a SQL script with about 5500 lines, it does numerous things, but mainly, the job of the …
7 replies
Hi, Select Lnno From Temp_Check Where det_trantype = 'Opbal' Group By Lnno Havin…
3 replies
Hi, The question which i am going to ask will prove that i how newbie i am. Basically indexes incre…
4 replies
I have a field that contains a time (i.e. 16:40:27) and I have a field of "SecondsAtStatus" (i.e. 7…
10 replies
Sp is getting more time(more than 7m) to generate report :w00t: .Output has more than 21000 records…
5 replies
Hello, I created the stored proc in sql server. Now I want to use it in my crystal reports.So whil…
2 replies
Just wondering, I like to use ISNULL(column_name, 0) while my friend like to use COALESCE(column_na…
41 replies
Viewing 15 topics - 5,251 through 5,265 (of 10,635 total)
You must be logged in to create new topics.