Viewing 15 posts - 5,941 through 5,955 (of 26,490 total)
Welsh Corgi (9/2/2014)
It close but not quite there.
declare @cnt int,
@OracleRowCount int,
...
September 2, 2014 at 4:05 pm
Time to walk away from another one. Sandbox, all I want is a sandbox.....
September 2, 2014 at 3:17 pm
AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.
September 2, 2014 at 3:13 pm
Welsh Corgi (9/2/2014)
declare @cnt int,
@OracleRowCount int,
@OracleSchemaName nvarchar(max),
...
September 2, 2014 at 3:12 pm
roryp 96873 (9/2/2014)
Lynn Pettis (9/2/2014)
September 2, 2014 at 2:57 pm
Eirikur Eiriksson (9/2/2014)
😎
Nope, I meant what I wrote; begininators. My term for the improper use of terminators at the beginning of statements. 😀
September 2, 2014 at 2:55 pm
CELKO (9/2/2014)
You can ABSOLUTELY audit all changes (Insert, Update, Delete) in all databases and it not be against the law (aka Illegal). HOWEVER, it does not meet the...
September 2, 2014 at 2:52 pm
I would have been, but the only notice I got was Saturday. Would have been nice to get one more notice on the day of the draft. I...
September 2, 2014 at 2:39 pm
Eirikur Eiriksson (9/2/2014)
😎
USE tempdb;
GO
;WITH BASE_DATA(NNAME,NGROUP) AS
(SELECT NNAME,NGROUP FROM (VALUES
('Bill','Finance')
,('Nancy','Ops')
...
September 2, 2014 at 2:34 pm
GilaMonster (9/2/2014)
"The inserted table only contains the rows inserted into the table. I need rows from other tables as well. Hence I can't use a set-based solution"Err.. ok...
I think I...
September 2, 2014 at 2:29 pm
You'd think it was rocket science or something.
September 2, 2014 at 2:27 pm
This work? You will need to the Parms piece from your code to this.
declare @cnt int,
@OracleRowCount int,
...
September 2, 2014 at 2:26 pm
Ed Wagner (9/2/2014)
Eirikur Eiriksson (9/2/2014)
Ed Wagner (9/2/2014)
...that was pretty simple stuff that should have been easy for him to troubleshoot on his own.I'm glad that optimism prevails:-D
😎
Thanks, but I guess...
September 2, 2014 at 2:13 pm
Koen Verbeeck (9/2/2014)
Lynn Pettis (9/2/2014)
OLE...
September 2, 2014 at 1:34 pm
I don't have access to a an Oracle system so there is no way for me to try and sandbox this thing. Someone with access to a SQL Server...
September 2, 2014 at 1:32 pm
Viewing 15 posts - 5,941 through 5,955 (of 26,490 total)