Topics
Started by
Posts
Last post
I am writing the following update query which is giving me an error saying more than 1 records retu…
2 replies
Assume that a user U1 is running a transaction on a table T1. While the transaction is in process a…
1 replies
Hi, I have a tbl: USE [Sergei_SandBox] GO /****** Object: Table [dbo].[test_2] Script Date: 03/…
18 replies
Hi All, How do I update the Live temp table using the Maint table with the last row values that is …
8 replies
Hello board Often, when I try to import old date from a table, where the date is stored as varchar …
10 replies
I've got a long running sproc. Would like to return a 0 to the calling application right off the b…
2 replies
I want to form an XML document something like below in order to send this data to frontend( .net) t…
3 replies
create table #x (phno int, Description varchar(20), qty int, amt money, type varchar(30)) insert in…
3 replies
I recently had to import data from a third party system that had (ugh) comma separated fields in a …
5 replies
1 replies
We use IsNull in the where clause to dynamically change our returned values. This isn't anything n…
4 replies
How do I sum the derived column, Theo_Gains for the day if I already used Sum() to calculate the T…
3 replies
Does anyone know of a way to use multiple select statements in one insert statement? For example: i…
10 replies
I need a help. I don't know who function i got to use. I have the sample structure Table client – i…
2 replies
create table #x (phno int, Description varchar(20), qty int, amt money) insert into #x values(123,'…
7 replies
Viewing 15 topics - 4,666 through 4,680 (of 12,234 total)
You must be logged in to create new topics.