Viewing 15 posts - 2,836 through 2,850 (of 8,761 total)
J Livingston SQL (11/9/2016)
maybe...
SELECT *FROM Table_A
EXCEPT
SELECT *
FROM Table_B
Further on J L's fine answer, use CTEs if the structures/data types do not match
😎
November 9, 2016 at 10:31 am
kevin.obrien 66193 (11/9/2016)
Word of caution, a single instance of a dimension table used many times in a model will most likely result in an empty result set.
Hi, any reason why...
November 9, 2016 at 10:26 am
Beatrix Kiddo (11/9/2016)
There is absolutely nothing when working on an SQL Server that requires RDP to the server
Not quite true- if you work in a bank or other high security...
November 9, 2016 at 10:17 am
krypto69 (11/9/2016)
I created an SSIS package that uses an OLE DB Source - pointed to a DBF file.
Problem is the name of my DBF changes.
The files will always have...
November 9, 2016 at 9:58 am
Two thoughts on this one, DON'T use any Maintenance Plan Wizard thingy, secondly DO use Ola Hallengren's Maintenance scripts[/url].
😎
All the stuff you want to backup are stored in the system...
November 9, 2016 at 9:54 am
mcfarlandparkway (10/5/2016)
We are trying to implement a common package(Generic one) doing everything based on parameters (Which database to go and which source to go etc..)...
November 9, 2016 at 9:49 am
John Mitchell-245523 (11/9/2016)
(1) If users don't have access to log directly on to the server, you have a more...
November 9, 2016 at 9:39 am
kevin.obrien 66193 (11/9/2016)
Is this ok? Or is there a better,...
November 9, 2016 at 9:34 am
Quick question, have you tried to execute the statement within the first procedure and see if it is returning any value?
😎
November 9, 2016 at 9:20 am
Good point Grant, forgot to mention the Red Gate tools, DLM, source control and all the available articles, the tools/source control takes the support for generating differential scripts etc. to...
November 9, 2016 at 9:16 am
jporter 4363 (11/9/2016)
Although very new, I have been assigned the task of going through a large (~10,000 line) stored procedure which apparently does all of the calculations for COGS...
November 9, 2016 at 9:06 am
Anandkumar-SQL_Developer (11/9/2016)
Dear Eirikur Eiriksson ,Thank you verymuch for your valuable time. its working.
You are very welcome.
😎
November 9, 2016 at 8:56 am
Packages can easily be edited in a text editor as far as one doesn't change script component's scripts which are build and stored in a compiled form.
😎
November 9, 2016 at 8:55 am
I think this is a bug in the very old sp_special_columns_100 procedure
😎
November 9, 2016 at 7:39 am
gisles (11/4/2016)
November 9, 2016 at 6:27 am
Viewing 15 posts - 2,836 through 2,850 (of 8,761 total)