Topics
Started by
Posts
Last post
Greetings, The server info is shown below: Microsoft SQL Server 2008 (SP2) - 10.0.4000.0 (X64) Sep…
1 replies
Hello, I am new to tsql coding and I am in the process of adding a piece of code to an already exis…
3 replies
Hi Guys, Any Ideas what the best way would be to perform this update? UPDATE D SETTrack_ID= …
8 replies
create procedure testRecur() BEGIN if call testRecur(); end if; select 'hi'…
4 replies
I have a CASE statement with a subquery that works most of the time but if the subquery comes back …
5 replies
Hi Friends, In a new assignment as DBA, I am trying to make few codes better and have tasted some s…
5 replies
Hi, I trying to get the dataset Ptid Test Result Date 1 BP Neg 1/1/2013 1 CG Pos …
4 replies
Hi, I have a tricky issue I am struggly with on a mental level. In our db we have a table showing t…
8 replies
I have a temporary table in SQL Server 2008. I want to perform UPDATE row-by-row. As of now I am us…
4 replies
I have stored procedure which inserting records in two table.both table have primary key and when i…
7 replies
hi i have table with triggers on the table while bulk inserting it is not firing what is the probl…
2 replies
Hello Everyone I would like to remove the '(999)' from the phone number that someone that did not k…
4 replies
I have the following: DECLARE BalanceDue money, ktr int but I get a red underline under "money" and…
5 replies
I have the following: Create table Table_1 ( [col1] varchar(10) null, [col2] varchar(10) null, ) I…
15 replies
So, say I have a record where StartTime is '2013-06-07 13:00:00.000' and EndTime is '2013-06-07 13:…
2 replies
Viewing 15 topics - 3,556 through 3,570 (of 10,636 total)
You must be logged in to create new topics.