Topics
Started by
Posts
Last post
ALTER TABLE CHILD_TABLE ADD CONSTRAINT RefPARENT_TABLE1 FOREIGN KEY (parent_id) REFERENCES PARENT_…
1 replies
I have several views that I want to union together. I have provided an example of two below.&…
2 replies
By: ehlinger
Attached is the screenshot /**A strong positive mental attitude will create more miracles than any …
2 replies
Date 4-May-05 …
2 replies
I have a table with the following structure: MemberNumber, CategoryNumber, Group…
5 replies
By: Nilssond
Hello SQLMasters,i have a problem i need to copy a scrypted Sp to another server, but i cant script…
2 replies
My table has a field called category it's a foreign key. I need to create a query that returns the …
10 replies
By: paully21
I have Xml order files that I create from SQL. I recently created a SQL script that utilizes …
3 replies
OK, this may be a pretty simple question, but.... Here goes. Here's the setup: We have an Ora…
3 replies
G'day lads and ladies, I've decided to rewrite some old stored procs to make them more efficient an…
5 replies
declare @a datetime set @a= getdate() print @a select @a May 5 2005 3:22PM &n…
6 replies
I have a problem I don't know if I can do it in SQL Server. I have an "Appointment" table tha…
6 replies
By: Comet
I am trying to convert a varchar(255) column to datetime. The varchar column has a date in th…
6 replies
By: ron k
Greetings to the group... I've got a table with one field being a date field. In my query on that t…
2 replies
By: ron k
hi people, having some problem with usnig NOT LIKEs and ANDs 1st question is there an IN LIKE …
4 replies
Viewing 15 topics - 10,486 through 10,500 (of 17,082 total)
You must be logged in to create new topics.