Topics
Started by
Posts
Last post
Hi Team, I have the below requirement my table has the below data TABLENAME - SOURCE EMPID ENAME DE…
1 replies
Hello Gurus... I am new to SQL and trying to teach myself to do more than just query. I have a St…
5 replies
Hi, We just added the source system primary key to our warehouse and managed to bring 90% the keys …
1 replies
Here's a weird one that I cannot figure out. I have a bit of code that monitors my database growth.…
27 replies
Hi, I have to call a stored procedure from within another procedure. I have to pass the proc 2 para…
2 replies
Can anyone help me with this. I am trying to create a start date and end based on the current date.…
27 replies
OK I am convinced sets are the way to go for all the right reasons speed etc. But I have a scenario…
8 replies
I need to pull data from 3 tables where one of the columns is a reference column and is used twice …
2 replies
I'm trying to find all customers who have placed an order but there isn't a callback after their la…
10 replies
Hi Friends, I am trying to use while loop in an OPEN QUERY but it is not working. Does OPENQUERY ac…
23 replies
USE tempdb; GO SET NOCOUNT ON; IF OBJECT_ID(N'dbo.RelKeysDocs') IS NOT NULL DROP TABLE dbo.RelKeysD…
1 replies
I just encountered an odd behavior on one of my 2008 Servers and I cannot figure out what is differ…
5 replies
create table #time ( DatetimeValuedatetime ,SecondOfMinute tinyint ); declare @TimeVal datetime …
5 replies
Hi guys, I have an anomaly I have never seen before. Casting a decimal (25,6) to decimal (18, 2 ) l…
2 replies
hi I am new to stored procedures in sql management studio 2012. I have to write a stored procedure …
8 replies
Viewing 15 topics - 841 through 855 (of 10,647 total)
You must be logged in to create new topics.