Viewing 15 posts - 6,391 through 6,405 (of 7,168 total)
It's not possible because sqlcmd vars and t-sql vars are evaluated independently in different and disparate steps of the execution of a sqlcmd script. This example illustrates:
-- run in SSMS...
May 20, 2011 at 9:13 am
dankwart menor (5/19/2011)
May 19, 2011 at 10:16 pm
dankwart menor (5/19/2011)
It's about what I tried when I hit the problem that the existing references to the table dbo.product now have to reference a view in...
May 19, 2011 at 7:49 pm
A view named dbo.products with three INSTEAD OF triggers on it (one for INSERT, one for UPDATE and one for DELETE) may be what you are after.
Here is a code...
May 19, 2011 at 7:18 pm
amenjonathan (5/19/2011)
May 19, 2011 at 4:28 pm
So much for the .NET object underneath SSIS bubbling up the actual error message from the failed network call. Thanks for posting back...hopefully it helps someone else.
PS nod towards the...
May 19, 2011 at 9:24 am
Wow, that's neat! I have seen the error you originally posted on different forum sites but don't ever remember seeing a resolution where the original poster traced it back to...
May 19, 2011 at 8:39 am
Wait, glad you got it sorted, but what was a firewall issue? What did you do about the original SSIS error? Or are you sticking with some existing process?
May 19, 2011 at 7:43 am
Are you seriously wanting to run 2GB datasets through SSIS as a part of a regularly scheduled job or are we talking about a migration here? If that ODBC driver...
May 19, 2011 at 7:28 am
Sorry to hear that.
This may sound wonky and will be a bit slower than direct connections from SSIS but given the situation I figured I would throw some mud at...
May 19, 2011 at 7:05 am
Jin Kazama (5/18/2011)
thanks for that. i guess there is no possibility for pattern matching, things like suggesting miss spelled words etc. but the suggest...
May 18, 2011 at 10:00 pm
Grant Fritchey (5/18/2011)
May 18, 2011 at 9:53 pm
It's kind of a corner-case but I did not want to bother stating the obvious about not adding trailing spaces in the first place 😎
Did you read my post?
It was...
May 18, 2011 at 4:08 pm
It does seem like a bug but in terms of T-SQL code SQL Server does not seem to mind. It appears you can safely rename it to remove the trailing...
May 18, 2011 at 2:54 pm
What, no mention of ISE? Imperative for PS development.
Located at %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell_ise.exe on my system. Even though it says v1.0 it actually runs against the PS 2.0 runtime. The PS dev...
May 18, 2011 at 1:38 pm
Viewing 15 posts - 6,391 through 6,405 (of 7,168 total)