Topics
Started by
Posts
Last post
Hey guys, We have a system that was designed incorrectly and has bad data in it... SO I am writing …
13 replies
Need some help in creating a query that will give me a report of items size and color that are stor…
4 replies
create table mytable (id int identity(1,1), PersonID int, Unit varchar(10)) insert into mytable …
15 replies
I am really stuck on this and am probably missing the obvious solution: I have a table like this: D…
8 replies
Hi, I am trying to import XML data into SQL Server tables using T-SQL FOR XML. The scenario can hyp…
3 replies
Hi I need to take a set of records for people with hotel check-in/check-out dates, and display a ta…
55 replies
Hi, I'm looking for a way to force a job to indicate successful. Here's the deal; I run a sql routi…
4 replies
CREATE TABLE [dbo].[abc]( [FId] [int] NOT NULL, [PId] [varchar](5) NOT NULL, [StartDate] [dateti…
3 replies
I am creating a tmp table into a stored procedure in which I have two columns using convert functio…
2 replies
Hi This may be discussed already. But, dunno how to call this type to search in this forum. I have …
5 replies
Greetings all. I'm using SQL Server 2008 R2 Express, and I've got a linked server to a DB2 mainfra…
19 replies
I need to use this statement below that I need to create a view. How can I do this with Variables i…
3 replies
I am looking at incremental loading and currently use this as my method of copying data from databa…
10 replies
Create Trigger jam_spu_csp_insert on dbo.customer_special_prices After Insert referencing new as ne…
3 replies
Dear friends, I need to: copy TableA -> tableB (that will be done once of course) inserts in Tab…
4 replies
Viewing 15 topics - 6,781 through 6,795 (of 10,635 total)
You must be logged in to create new topics.