Viewing 15 posts - 15,316 through 15,330 (of 18,923 total)
It would be best if you started a new thread for this question. You will get more attention to it and you'll be able to provide more details.
Could you...
July 11, 2005 at 7:59 am
I'm not the one to ask question and answer them (on purpuse anyways). So that's not how I got to 3.6k
.
July 11, 2005 at 7:37 am
Please post the table definition and some sample data and most importantly the expected output after the update... It's not something we can screw up on
July 11, 2005 at 7:33 am
Have you tried running this??
Select convert(varchar(12),GetDate(),103)
Check bol for all other possibilities (in convert/dates).
July 11, 2005 at 7:31 am
Well I'd vote for myself so I get at least one vote
.
July 11, 2005 at 7:29 am
Did we just start an infinite loop?? ![]()
July 11, 2005 at 6:44 am
It's probabely by design. You'd have to ask an Sql engeneering guy to answer why it's not possible. Also another answer would be that sql server is not...
July 11, 2005 at 6:28 am
This article is just 1 week late
.
http://www.sqlservercentral.com/columnists/cherring/replacingcursorsandwhileloops.asp
July 11, 2005 at 6:22 am
That might start a little war... not sure it's a good idea.
July 11, 2005 at 6:19 am
As far as I know it's impossible to link tables directly between 2 sql servers (unless you are talking about replication).
One option I've seen that could serve that purpuse (if...
July 10, 2005 at 8:51 pm
Alright... just make sure you don't accidentally delete system procs/view... that'll surely cause other problems down the road
.
July 10, 2005 at 8:40 pm
Usually you import the data into a temp table in the first dts stepts. Then you can do validation and import/cancel the operation as needed from there.
July 10, 2005 at 2:12 pm
Most likely is that you have someone using that table.
Execute this :
sp_who2 and check the column blkby.
Then for any column with an id run this :
dbcc inputbuffer (spid)
This...
July 10, 2005 at 1:04 pm
Viewing 15 posts - 15,316 through 15,330 (of 18,923 total)