Viewing 15 posts - 1,366 through 1,380 (of 13,460 total)
because this looks a bit like homework, let me throw out suggestions and not the solution.
the key here is that you need to test consecutive values. to do that, you...
Lowell
November 23, 2015 at 6:28 am
GilaMonster (11/23/2015)
Lowell
November 23, 2015 at 6:13 am
ok, if it's dynamic, it a pain, but doable. so much of it depends on the page that is presented with the listof files, because you have to extract them...
Lowell
November 23, 2015 at 6:09 am
If you know the file name(s),there's quite a few articles on how to do this either via the SSIS component or a script task; i saw a lot in the...
Lowell
November 23, 2015 at 5:31 am
Could you be raising an error but left off the rollback tran command?
Lowell
November 20, 2015 at 2:16 pm
the core error is that xml is case sensitive, but you capitalized some of the values.
SELECT
@edate=GETDATE(),
...
Lowell
November 20, 2015 at 1:18 pm
reformatted for readability, still looking at the code....
offhand, because of the OR statements turnign this into a catch all query, i think this should be multiple queries that insert into...
Lowell
November 20, 2015 at 10:20 am
caojunhe24 (11/20/2015)
Lowell
November 20, 2015 at 7:25 am
caojunhe24 (11/19/2015)
Lowell
November 20, 2015 at 5:43 am
the error is fairly straightforward, tempdb ran out of space.
Typically this is because tempdb auto expanded until it literally fill up the disk is is on.
That assumes you have one...
Lowell
November 19, 2015 at 11:16 am
sounds like every user is in the db_owner role, so that's most likely the issue.
remove all permissions assigned to an existing user, and start fresh.
something like this is what you...
Lowell
November 19, 2015 at 10:35 am
if the script task is counting files on some file share like \\servername\sharename, does the account[MEDASSURANT\BPA_UAT_DS] have access to that share? is that a domain account?
when you run it locally,...
Lowell
November 19, 2015 at 10:08 am
caojunhe24 (11/19/2015)
Lowell
November 19, 2015 at 9:55 am
doesn't a modificiation featuring these three constraints satisfy the requirement?
i read "but VhID and PrID can be the same in one row so long as ExtID is different" as unique...
Lowell
November 16, 2015 at 5:34 am
SQL Express does not include the SQL Agent. it does nto get installed, and that's the reason for the error.
if you need agent, you need either the developer edition(~50 USD...
Lowell
November 15, 2015 at 2:01 pm
Viewing 15 posts - 1,366 through 1,380 (of 13,460 total)