Viewing 14 posts - 1 through 14 (of 14 total)
its not error constranit realy.
when i run this insert throw oracle localy (not throw dblink from mssql)
its worked .
but if i disable all constaint in oracle . that mssql...
November 8, 2016 at 8:19 am
Chris Harshman (10/17/2016)
https://msdn.microsoft.com/en-us/library/ms188427.aspx
basically the OPENQUERY should have a SELECT in it...
October 18, 2016 at 5:21 am
RESOLVED
MY DC was low function
August 22, 2016 at 8:00 am
RESOLVED -
I do this
sqlcmd -S myServer -d myDB -E -o "MyData.txt" ^
-Q "select bar from foo" ^
-W -w 999 -s","
August 22, 2016 at 8:00 am
Eirikur Eiriksson (8/22/2016)
August 22, 2016 at 7:04 am
Eirikur Eiriksson (8/22/2016)
August 22, 2016 at 6:54 am
Eirikur Eiriksson (8/22/2016)
Can you elaborate a little bit further on this, i.e. source details, destination details, limitations etc.?Are you familiar with bcp?
😎
i have local instance .
i want to take...
August 22, 2016 at 6:36 am
GilaMonster (8/22/2016)
Is it a clustered instance?
no. standalone
August 22, 2016 at 5:59 am
John Mitchell-245523 (8/22/2016)
What do you get if you run this?
EXEC xp_fixeddrives
John
\i will checks now
August 22, 2016 at 5:58 am
now its online..
i do this procedure:
http://www.sql-server-performance.com/2015/recovery-sql-server-suspect-mode/2/
but how can o check the last writing on this db?
to see if the data consistent
thanks
July 31, 2016 at 11:13 pm
This is the error of agent in view history's
ERROR: %1 is not a valid Win32 application.
July 27, 2016 at 2:29 pm
no
i have error in SQL AGENT .
i need scripts .
July 27, 2016 at 9:20 am
Viewing 14 posts - 1 through 14 (of 14 total)