Topics
Started by
Posts
Last post
Please forgive me if this topic has been beaten to death. I am by no means an expert and I have a…
13 replies
Hello all, I got a problem which is to insert rows for everyday's condition(whole year)and derive a…
8 replies
I have a an execution plan that insists on a Clustered Index Scan, and I would like to understand w…
28 replies
Hey, as some of you guys know im building a mailing system, and yesterday i learned about the wonde…
4 replies
Dear Team, I use to pick the data from one of my database (ex:ProductionDB) in CSV format. This d…
1 replies
Hi, I have data which looks as below: Yr Month Member Code Desc 2011 01 …
9 replies
I have code to create cummulative percents. Unfortunately, it is running extrememly slowly. Here is…
8 replies
I've been working through Jeff Moden's great article: http://www.sqlservercentral.com/articles/T-SQ…
12 replies
Hi Guys, I’m somewhat a novice on this issue, basically we would like to select specific records fr…
5 replies
DECLARE @V1 NVARCHAR(MAX),@V2 NVARCHAR(MAX) SET @V2 = N'test' --Method 1 SET @V1 = @V2 + REPLICATE(…
3 replies
Hi, I'm trying to understand how to write good optimized SQL queries and if you guys have a few min…
2 replies
I am having difficulty with join logic. I have a table with multiple rows per organization. The rea…
5 replies
I have a variable of type uniqueidentifier. I would to include this in a varchar. I have tried CA…
5 replies
Hi All ! So I am experiencing a brainurism... I know what I want, but not how to get it (not uncomm…
6 replies
We have a stored procedure. In the code I subtract part of it as below: IF @ProcessNm = 'BatchAssig…
2 replies
Viewing 15 topics - 7,081 through 7,095 (of 10,647 total)
You must be logged in to create new topics.