Topics
Started by
Posts
Last post
Guys, I have a table T with columns: a, b and i. T(i int, a float, b float) Rows in the table are …
3 replies
Hi, I have existing tables. I add two new columns to some of the tables. After I've added the colum…
4 replies
Hi, I would like to know difference running time between a JOB. Example: in my sql server istance g…
3 replies
We have 3 MS SQL servers: S1, S2 and S3. S1 and S2 are our application servers and contain identica…
2 replies
Hi I have a dataset that looks like this id Code Text 001 A Member1 002 A001 …
7 replies
I am trying to extract all Lists as well as the JobID, from the below schema. Here is the desired…
2 replies
I have table like this ID Style Cap 468 Theatre 350 468 Classroom 160 468 Boardroom 50 468 Banqueti…
3 replies
Dear Pals , I have a small requirement, I have two tables "test" and "trg" drop table test create …
3 replies
I am trying to partition a large table (23MRows and growing) which is primarily an archive. I have…
1 replies
hi, declare @SearchSQL VARCHAR(4000) SET @SearchSQL ='P.ProductName Like ''%'' AND (P.ProductValue …
7 replies
This code, when profiled in profiler does 22099883 Reads and 152173 Writes. Kind wondering, Why so …
22 replies
Dear all, I need your help on this when i execute the following procedure i'm getting a error like …
3 replies
Hi Hope somebody can help, I am new to XML and need to export data in the following format. The fo…
5 replies
Hi Forum, I have to convert data from our current system to the new one. One of my issues is that …
3 replies
create table mytable (fee1 money, fee2 money, fee3 money) create table mytotals (feetotal money) in…
8 replies
Viewing 15 topics - 9,076 through 9,090 (of 12,230 total)
You must be logged in to create new topics.