Topics
Started by
Posts
Last post
Hello Folks, Lets say if I'm using the below to send email DECLARE @bodyMsg nvarchar(max) DECLARE @…
4 replies
Hey guys, I have a while loop where I'm using a temp table(actually a normal table in the database …
2 replies
Hi, Below the sample query to play with Declare @UserGroup nvarchar(MAX); SET @UserGroup = 'UserGro…
2 replies
I am losing my mind..:) Can someone please help me with how to implement: YTD Plus the prior 2 Full…
11 replies
hi I need to get the last week number of the current month. e.g '20161201' to '20161231' consists o…
4 replies
I have a table that has 'Description' column and a view that extracts AccountID from a different da…
3 replies
I have 2 proc , calling one proc inside another. There are 2 parameters need to pass .When I call t…
5 replies
Hi all, One of my clients has a setup in which they have projects at multiple schools. Each project…
3 replies
Ok, say I have two tables table1 and table2 and I want to find records from table1 that don't exist…
5 replies
Okay, so I have a new report that needs to get data for telephone calls on certain DNIS lines. The…
7 replies
I have a table that contains one column and is populated as follows: declare @table table ( Col var…
10 replies
Hi I have SQL database where I have Boxes and 6 or 4 bottle serials inside boxes. I to have these l…
3 replies
Hi, I have stored procedure with creates a temp table and stores data.Another procedure is called i…
3 replies
Okay, I should know this, but I am shaking my head in shame (I am really a programmer, not a SQL or…
4 replies
Hello, I have two datetime columns, that I want to compare and get result just for one. Something …
4 replies
Viewing 15 topics - 466 through 480 (of 10,647 total)
You must be logged in to create new topics.