Viewing 15 posts - 1,006 through 1,020 (of 13,838 total)
If you would like a coded solution, please present your sample data in the form of CREATE TABLE/INSERT statements.
February 9, 2023 at 5:56 pm
Got the first post on a page again... and again, it's not showing up until another post (this one) is made.
I've seen that behaviour too.
February 9, 2023 at 8:32 am
Forget leading commas. Let's debate leading semi-colons. @=)
This could start a flame war! I've seen instances of otherwise-seasoned coders on here using the dreaded
;WITH CTE AS...
February 8, 2023 at 12:20 pm
So, I could use some help on this one: To Drop or Not to Drop (the temp table question) – SQLServerCentral Forums
I've tried Googling it but not finding...
February 7, 2023 at 1:45 pm
Hello @ScottPletcher and @SSC Guru I am really sorry to say but don't even know how to do it and also, I really thought that the way I've explained,...
February 6, 2023 at 5:54 pm
Copy the results of your PRINT @sql into a new SSMS window & work it out from there, it should be easy to spot.
February 3, 2023 at 1:26 pm
I wrote an article a while ago which may be of interest. It shows how to decompose the DTSX XML into something usable.
https://www.sqlservercentral.com/articles/ssis-variable-and-parameter-analysis
February 3, 2023 at 1:23 pm
Searching the dtsx files in source control is your best best. The package XML is encrypted in SSISDB, do don't waste your time on that.
February 3, 2023 at 1:19 pm
Add the schema to your table-name list.
February 2, 2023 at 1:11 pm
I would manually update the file from a folder, and this list of tables won't change. The alert will run daily maybe every x hours..
We had an issue where...
February 1, 2023 at 7:00 pm
The standard trick is to import the header row as if it were data and then discard it in the data flow (use a Conditional Split to do this).
Also add...
January 31, 2023 at 5:10 pm
Sorry, I've been doing this stuff for so many years that I have no idea about suitable training resources for you.
January 31, 2023 at 1:13 pm
Sounds like triggers are your best bet. What sort of alert do you have in mind?
If a user modifies 5,000 rows, do you want 5,000 alerts generated?
If thousands of alerts...
January 31, 2023 at 8:46 am
Viewing 15 posts - 1,006 through 1,020 (of 13,838 total)