Viewing 15 posts - 3,046 through 3,060 (of 5,111 total)
The OP doesn't give us a lot to go on here, but I have (bad) feeling that those date columns are subject to change, thus the need for some "D-SQL"...
September 28, 2017 at 2:20 am
September 27, 2017 at 8:38 am
The fact that you haven't set it may be your answer, and thus SSRS is using the default. Why not try setting the value to a figure in your config...
September 27, 2017 at 8:17 am
September 27, 2017 at 8:08 am
September 27, 2017 at 7:16 am
Also, what is the need for your LEFT JOIN to the table DB1_GroupEmployees? You don't reference the table in your SELECT or WHERE clause, and the fact that...
September 27, 2017 at 4:33 am
Welcome to SSC.
When posting T-SQL questions, you need to ensure you provide DDL, DLM and expected outputs. We don't have access to your data, Server, etc, so simply...
September 27, 2017 at 4:15 am
Hi John / Thom,
I think there's no need to copy any data. I have a...
September 27, 2017 at 2:46 am
September 27, 2017 at 2:06 am
If your column names are always in flux, then how are you proposing you INSERT data into them if you don't know what columns are going to be present. You...
September 27, 2017 at 2:00 am
I need to trim off whichever letters are at the end of a reference...
September 27, 2017 at 1:48 am
This is a (Microsoft) SQL Server Forum, not MySQL. You'd be better posting on a website dedicated to MySQL, or (as much as I dislike it) Stack Overflow for an...
September 26, 2017 at 8:39 am
I assume you're logged in with an account with sufficient privileges to create and/or change a login?
September 26, 2017 at 3:30 am
hoseam - Tuesday, September 26, 2017 1:04 AMThey are csv files, e.g File 1, Name: Generate20170913100320; File 2, Name: Generate20170914110420
So, based on your (couple...
September 26, 2017 at 2:56 am
Viewing 15 posts - 3,046 through 3,060 (of 5,111 total)