Viewing 15 posts - 166 through 180 (of 1,999 total)
In December I has type c influence that evolved into type A (the bad kind) that resulted in a collapsed lung on Christmas day.
yesterday I got a text message from...
March 4, 2020 at 9:13 am
Thanks for the response
Another concern is the alert that we get if CPU usage is very high or Disk is busy more than 50% ...
As a DBA , I...
March 4, 2020 at 9:01 am
Now you are making less sense. How is SSIS involved?
are you saying that you are using a view within an SSIS package to get data into a table in SQL?...
March 3, 2020 at 5:23 pm
Here's an XML approach.
declare @t table
(
RowID int identity,
line varchar(80)
)
insert into @t (line)
select 'BSNC001481905191912080000001 PEE5P01 124650005 EMU 090D P' union
select 'BSNC002647745191912080000001 PTE5P02 146650455 RTY 094D Q'
;
with...
March 3, 2020 at 5:16 pm
ok, now I think I understand - why not just use the convert(nvarchar(50) , myfield) in the view - but it won't help you if the oracle server is varchar
March 3, 2020 at 3:08 pm
ok, lets be clear that we are on the same page
var and nvar are on the table. not the view. I think you are looking in the wrong place
dropping a...
March 3, 2020 at 2:30 pm
Go to Norway and get a reindeer steak... amazing
except that I got a lecture from my mother saying that I had killed Rudolph and spoiled Christmas for all the kids
March 3, 2020 at 9:52 am
just keep going - when you are done, maybe write it up and post it to steve… I like a good refresher course on things I haven't done for a...
March 3, 2020 at 9:00 am
Hi jeffrey
All good points, a lot of these jobs are multi step - I think i'll test the option to quit with sucess
still - 400 jobs 🙁
March 3, 2020 at 8:52 am
do your view definitions (ie create view/table) get controlled by the oracle server (i'm guessing heterogeneus data services) ?
there's a possibility (if this is the case) that oracle is not...
March 2, 2020 at 5:41 pm
It is a big amount of work, but we also came from an Access system and eveolved - as for the backups, well yes your database will get bigger, but...
March 2, 2020 at 5:15 pm
amen to customers screwing up CSV files, adding columns etc. 🙂
and I get the difference in import format files (csv, XML etc) and that you have to create new packages...
March 2, 2020 at 4:59 pm
I'm not going near anything that uses the words "sour milk", "seal flippers", "sheeps head" or "testicles"
I'd rather swap all of my tables to heaps, remove keys and forget to...
March 2, 2020 at 4:47 pm
filestream is for storage of files within a filegroup on the database, maybe it would remove your need to get the filenames. the files are contained in the database.
we use...
March 2, 2020 at 4:39 pm
don't - I went once and it was "an experience" (this is from Wikipedia)
Kæstur hákarl, fermented Greenland shark.
Súrsaðir hrútspungar, the testicles of rams pressed in blocks, boiled and cured in...
March 2, 2020 at 4:21 pm
Viewing 15 posts - 166 through 180 (of 1,999 total)