Topics
Started by
Posts
Last post
Would a update after trigger work if the where clause criteria contains a computed column? The com…
1 replies
I want to combine this select statement and a variable(@EndUserDel) to get result.how can i do that…
3 replies
I am using 2012 (but I think I have had similar issues with 2005 and 2008) Why is it that the last …
11 replies
Hi Friends, I'm new to TSQL and in my code I'm using - datediff(day,[WorkForce_JobPosting].[Job Pos…
3 replies
hi all, please find the following code DECLARE @intid as varchar(100) ='''BSEC0002''' + ',' + '''B…
3 replies
I have a Menu table with a structure like this: MenuID, MenuDesc, ParentMenuID, Sequence The Menu i…
11 replies
HI Guys, I came to a situation where I have to load XML file in SQL server tables. I have worked in…
1 replies
This post has the code and an Excel Workbook with results and expected results (Red text) My query …
4 replies
I have the following table in SQL Server 2008 DECLARE @UnitConvert table ( ID int identity(1,1),…
8 replies
So I have the following statement: SELECT ca.Caseid,[weeknum],[monthName], Response1_Num , Response…
21 replies
Hi, Thanks for your help in advance, working with XML nodes for the first time and finding it frus…
2 replies
I have a timesheet master table and a related timesheet detail table. Each detail row could trigger…
1 replies
Hi all, Below are two scenarios, however, what I am trying to accomplish is to catch deadlock error…
13 replies
The below query I have been piecing together is really slow. I was wondering if any of you might be…
4 replies
Here is a the table structure: MemberNbr Varchar(11) MemberCardNumber Varchar(10) EffectiveDate Int…
3 replies
Viewing 15 topics - 4,081 through 4,095 (of 10,647 total)
You must be logged in to create new topics.