Viewing 15 posts - 196 through 210 (of 468 total)
NJ-DBA (10/17/2011)
sqlcmd -h-1 -i "D:\scriptdir\script.sql" -o "D:\outputdir\outputtext.out"
fairly sure that'll...
October 17, 2011 at 1:27 pm
you could create a OS command job stem andcall sqlcmd from the OS with the header option set like so:
sqlcmd -h-1 -i "D:\scriptdir\script.sql" -o "D:\outputdir\outputtext.out"
fairly sure that'll give...
October 17, 2011 at 1:25 pm
derrick.pope (10/4/2011)
October 4, 2011 at 11:02 am
derrick.pope (10/4/2011)
October 4, 2011 at 9:24 am
rjoseph (10/4/2011)
October 4, 2011 at 9:22 am
rjoseph (10/4/2011)
Dont have this options in the gui to perform this...
October 4, 2011 at 8:02 am
tripri (9/30/2011)
Table A
name----id----date
A-------1-----09/27/2011
A1------2-----09/27/2011
A2------3-----09/28/2011
B-------4-----09/28/2011
B1------5-----09/28/2011
Here A1 and A2 are the dependents of A
B1 dependent of...
September 30, 2011 at 1:45 pm
Brian-444611 (9/30/2011)
you ever figure out what caused this msdtc error?
Seems like it's there in the second line: (Not enough storage is available to complete this operation.).
a disk is full...
September 30, 2011 at 1:37 pm
Ken Davis (9/30/2011)
It's completely clean. Nothing out of the ordinary.
can you post the error log from the point of a startup? the server isnt starting in single user...
September 30, 2011 at 12:28 pm
Ken Davis (9/30/2011)
September 30, 2011 at 12:17 pm
eh, I did oversimplify. The problem is that there are a large variety of statments... various delete and selects which are formatted as above. I wanted to use...
September 26, 2011 at 10:00 am
NJ-DBA (9/26/2011)
select * from table1 where cola = @variable
delete from table1 where colb =@variable
It seems that DTA can not...
September 26, 2011 at 9:52 am
Ninja's_RGR'us (9/21/2011)
There are also start & end process that can screw this up...
September 21, 2011 at 9:21 am
NJ-DBA (9/21/2011)
Ninja's_RGR'us (9/21/2011)
NJ-DBA (9/21/2011)
Henrico Bekker (9/21/2011)
use master
go
SELECT
percent_complete AS ‘PctComplete’,
start_time AS ‘StartTime’,
...
September 21, 2011 at 9:09 am
Viewing 15 posts - 196 through 210 (of 468 total)