Topics
Started by
Posts
Last post
Hi all, I have a problem with a trigger and I hope some expert can help me on this ... This is the …
8 replies
HI, I have a table, SampleNums, containing a couple of int columns that I need to concatenate into …
7 replies
Morning folks, I'm a bit stumped here. The issue I've got is syntax related I'm sure. Essentially I…
4 replies
create table dbo.#abc([name] varchar(100),id int) insert into dbo.#abc([name],id) select 'Animal',1…
1 replies
I'm trying to join 3 tables. I can do either one of these lines individually but not both together…
6 replies
Thanks in advance if you can offer any assistance. I have a table of ranked cities-#Cities I have a…
4 replies
I have a scenario here I have been wrestling over off and on for weeks. We have to tables, one list…
8 replies
Create Table Test1 ( ID INT, VALUE VARCHAR(20), MAXVAL VARCHAR(20), VAL…
6 replies
I have a table with data that looks as below... Each CaseID has multiple records in the table. Eac…
19 replies
Hello, I want to know if anyone knows of an easy way to do a SELECT INTO from a table with an ident…
6 replies
Hello Everyone I am working on a query that I know can be written to be more efficient. I have a co…
2 replies
Hi Friends... I Having Table For The Following Structure..( Sample Data ) Create Table EmpProcessDe…
3 replies
Hi, I m trying to get a datetime function for the start day of current week (Sunday). I m using the…
4 replies
hi all i want to create table for fiscal year in sql server 2012. the fields are : 1-ID 2-StartDate…
3 replies
hi all, i want to convert database diagram to script in sql server 2012,how?someone told me to chec…
1 replies
Viewing 15 topics - 3,646 through 3,660 (of 10,636 total)
You must be logged in to create new topics.