Topics
Started by
Posts
Last post
Hi Is it possible to create Temp table according to Pivot output dynamically & show Grand Total…
11 replies
Hi I want if multiple records are returned by inner query then Docno of all records should get conc…
3 replies
Hi How to display Totals in the end declare @cols as nvarchar(max)=''; declare @query as nvarchar(m…
1 replies
By: Thom A
Hi select T0.num,T0.doc,T0.CCode, (stuff((select cast(', ' + convert(varchar(max),A0.doc)…
1 replies
By: Thom A
Hi I am getting below error. Msg 203, Level 16, State 2, Line 20 The name 'select Name, [It…
1 replies
I just bought a SQL 2014 standard license from a vendor, but noticed that the product key can be lo…
1 replies
Hi All Trying to do a query to find out how old are the cpu on device. We do have a way of doing it…
6 replies
Hi I have the sample table here CREATE TABLE Game (id int, Game_Time datetime ) INSERT INTO Game …
5 replies
Does anyone know of an "AdventureWorks-esque" sample database for the heatlhcare, health insurance …
14 replies
I need to convert column warehouse to Wh1 and Wh2 with the corresponding on hand select DATE…
2 replies
Sorry for the dumb question in advance. So I just bought a SQL 2014 standard license from a vendor,…
1 replies
Is it possible to create a temp table when setting a query? For example: DECLARE @Category varc…
2 replies
Hi, My Main Table looks like this: My Lookup Tables look like this: I want to do a SELECT such th…
1 replies
I am trying to export a csv file where the header column are all double quote delimited but only th…
6 replies
Hello, Not sure if this should be posted here or maybe the administration part... but i will start …
6 replies
Viewing 15 topics - 16 through 30 (of 2,994 total)
You must be logged in to create new topics.