Topics
Started by
Posts
Last post
Dear All, I am new for this , I need a trigger (INSERT and Update) for My Query. I have Thre…
2 replies
Hi All, I have a stored procedure that outputs a variable in result. In stored procedure code i hav…
16 replies
Hello Everyone, I am stuck with a query that I am working on. Hope you can help me with your expert…
2 replies
I have a view that joins a dozen tables with a million rows added per year by an application. I wan…
1 replies
Hello, I have a procedure that was taking around 11-12 seconds to run on SQL Server 2012 Enterprise…
23 replies
I'm getting an operand type clash. Text is incompatible with int when attempting to archive table. …
7 replies
Hi guys, Struggling to find out why this doesn't work. I'm looking to migrate a number of sql users…
8 replies
Hi Everyone, I want to complete this task but don't know how. Need help!! I want to give Users to e…
3 replies
I have the following query and where I need to use the t_PrevSession.DischargeTime which is in the …
2 replies
DECLARE @IssueData TABLE ( IssueID INT, IssueTypeID INT, Value INT ) INSERT INTO @IssueData VALUES …
8 replies
CREATE TABLE #NAME1(FULLNAME VARCHAR (100)) INSERT INTO #NAME1(FULLNAME) VALUES('JOHN X. DOE') INSE…
1 replies
I have two fields (SEC1 and SEC2 in EMP TBL) need to be updated to Y if they are null with the foll…
4 replies
HI Champs, Am converting varchar field to float and summing using group by and next inserting to va…
4 replies
I am pulling User and their groups from AD to a csv file. Then import them into SQL table, but I wo…
1 replies
I want to know if it is possible to do the following; I have patients that may have been transferre…
9 replies
Viewing 15 topics - 2,926 through 2,940 (of 4,984 total)
You must be logged in to create new topics.