Viewing 15 posts - 76 through 90 (of 103 total)
August 10, 2017 at 5:27 am
August 10, 2017 at 5:12 am
It occurred to me that I may be making this too hard...
Since the final target exists at run time, and it has the same schema as the query,...
August 10, 2017 at 1:48 am
Hi John, thanks for your perseverance, much appreciated. I've attached the error.txt from yesterday. Sorry about that.
However, I think I need to step back a bit, and ask...
August 10, 2017 at 1:11 am
I've made a bit of progress on this today, but am still having problems.
To recap, what I need to do is:
1) I have a particular query, that...
August 8, 2017 at 12:28 am
Hi John,
Thanks for your reply. Re: SQL injection, I'm trying to isolate the post to the problem at hand, and not bog down the forum with code not...
August 7, 2017 at 5:21 am
Thanks all...
When I posted about VARCHAR(2) vs. CHAR(2), I meant it to just be an illustrative example. I was hoping to wrap my head about VARCHAR vs. CHAR...
August 3, 2017 at 9:36 pm
July 25, 2017 at 12:00 am
My actual question is resolved, but for completeness...
I will create the below SP:
ALTER PROCEDURE sp_DropTable (@tableName VARCHAR(255))
AS
BEGIN
DECLARE @sql...
July 21, 2017 at 8:43 am
Again, thanks for the replies, much appreciated.
Ok, I found a link that helped my understanding: https://www.mssqltips.com/sqlservertip/2981/using-parameters-for-sql-server-queries-and-stored-procedures/
@thom-2 A:
The documentation you've linked...
July 21, 2017 at 6:39 am
Thanks for the replies. I appreciate the workarounds to the shortcomings in SSDT, and its failure to comply with its own documentation.
What you're trying to do there...
July 21, 2017 at 12:43 am
From the paucity of replies, perhaps the original question belonged in a data warehousing forum rather than here.
In my actual application, I've got an application layer (SAS) conducting...
January 30, 2017 at 4:43 pm
This sort of works for #1, but I'm not sure it's best practice. It's moving some of my application logic into the database layer - I'm not sure if that's...
January 25, 2017 at 12:06 am
January 18, 2017 at 3:32 pm
January 16, 2017 at 9:10 pm
Viewing 15 posts - 76 through 90 (of 103 total)