Topics
Started by
Posts
Last post
Hi How to display Totals in the end declare @cols as nvarchar(max)=''; declare @query as nvarchar(m…
1 replies
Hi select T0.num,T0.doc,T0.CCode, (stuff((select cast(', ' + convert(varchar(max),A0.doc)…
1 replies
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
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
I have a fairly simple query that is supposed to return only a single number – the ID of the TOP …
16 replies
Dears, I have 2 tables called Employees and Tickets Employee Data Tickets Data When the user load…
3 replies
Hi, I'm trying to figure out how to round to the nearest integer . So for example if the number is …
2 replies
Viewing 15 topics - 91 through 105 (of 3,062 total)
You must be logged in to create new topics.