Viewing 15 posts - 1,486 through 1,500 (of 59,066 total)
I just use BCP OUT using the Native format and then either BCP or BULK INSERT to import it on the target. Obviously, there needs to be a folder somewhere...
May 4, 2023 at 11:49 pm
indeed.
Been there, did that.
You can bring a horse to the water, but you cannot make it drink.
You can if you hold its head underwater and hook a shop-vac up...
May 2, 2023 at 2:35 pm
As a bit of a sidebar and without knowing the particulars, it's pretty much a worse practice to make calls within a stored procedure to an actual IP address. If...
May 2, 2023 at 2:26 pm
Thanks, Michael.
May 1, 2023 at 6:59 pm
I submitted a few sessions, got accepted, and realized that I had a conflict that weekend!!!!!!!!!!!!!!
You've let Paul P. know, correct?
May 1, 2023 at 2:41 am
I know what you were looking for but there's actually no correct answer because of the VARCHAR(20) thing. The correct format of the correct answer is 23 characters long and...
May 1, 2023 at 1:34 am
To be honest, though, the tool seems to be based only on column names. It doesn't actually look for columns that, for example, look for 9 digit number or strings...
April 30, 2023 at 3:58 am
That’s the thing about tempdb, it’s true to it’s name. Nothing you put there is truly permanent. By using normal create commands in tempdb you don’t have to worry...
April 30, 2023 at 3:41 am
I would say... don't make it a permanent table in TempDB. It may be justification for them to commit homicide and hide the body.
April 29, 2023 at 12:50 am
If you use INSERT/SELECT FROM (VALUES)x(somecol1, somecoletc...), there appears to be no limit. I've done 50,000 rows as a one-off.
You could make a temporary Linked Server to your machine. You...
April 28, 2023 at 4:17 pm
I'd love to come see that Jeff, but with other commitments I will not be able to attend. I hope that there will be a recording that we might...
April 28, 2023 at 3:59 pm
Good morning
I have a local sql server 2000 database with an old application, and I would like to make a copy of this database on sql server 2019 which...
April 28, 2023 at 12:36 pm
Did you previously try Grant Fritchey's solution at your previous very similar post?
April 28, 2023 at 12:19 pm
This will sound a bit stupid or as a shot in the dark but, when you select @@ServerName, does it return the instance name or something else?
April 27, 2023 at 6:00 pm
Viewing 15 posts - 1,486 through 1,500 (of 59,066 total)