Topics
Started by
Posts
Last post
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
Here's a weird one. SQL 2k5, SP1. I have a SQL login that will be used to write stored procedures f…
27 replies
I need someone to re-write this code for me for the SQL server 2008. I would greatly appreciate it:…
51 replies
HI I have the following two queries, BUT would like to conbine then into one: SELECT DATENA…
2 replies
delete from FALLOUTSDASHBOARD.dbo.IVAPP_ACCEPTANCE_FLOWTHRU_BY_SVCTYPE_SUMMARYinsert into FALLOUTSD…
6 replies
Viewing 15 topics - 4,666 through 4,680 (of 12,230 total)
You must be logged in to create new topics.