Topics
Started by
Posts
Last post
I apologize for this not being specific to SQL 2012, but rather SQL in general, I ran into an issue…
6 replies
Hi, I have a problem and I have created a solution using loops. I would like it to be more efficie…
5 replies
Hi, I am trying to write an update query but not able to get the result as I want. Any help is much…
6 replies
Hi I want to find an integer after a hyphen in a string. If found, then use it. If not, then return…
24 replies
Hi All , I have a device table consists device reading data on the daily basis. The schema of the t…
8 replies
DECLARE @listStr VARCHAR(MAX) SELECT @listStr = COALESCE(@listStr+''''+',' ,'') + ''''+Name FROM sy…
3 replies
Hi - I simply don't understand this sorting... Do you know why ? IF OBJECT_ID('tempdb.dbo.#abthja_…
8 replies
Hello! I have some XML I need to parse and am having trouble sorting out how. I will need to parse …
2 replies
Hi I understand that to update a Columnstore index table, one method is to switch to staging tables…
1 replies
Is there a way that I can set the output parameter when I've got my t-sql written the way that I d…
1 replies
Sorry for the lame title. This is somewhat of a follow-on from a previous post, which is here http…
8 replies
Hi All, I have a below table structure cpr attendance_Date attendance_Time Trans_Type 123 20-Aug-13…
1 replies
I have created one ssis on 2012 . in this packse i have added one cube processing task after that i…
3 replies
Hello, I am trying to update our search engine. There is a field called product SKU. Each product h…
3 replies
Once I run this query, I get the following error. DECLARE@Type int,@SearchStr2 nvarchar(200) SET @S…
5 replies
Viewing 15 topics - 4,681 through 4,695 (of 4,984 total)
You must be logged in to create new topics.