Viewing 15 posts - 1 through 15 (of 18 total)
Thanks, I am going to see what I can find.
December 9, 2016 at 2:09 pm
I would be interested in changing the data type.
November 10, 2016 at 2:13 pm
We have a code we use to tell if it is a PDF or Excel. but after looking we have no excel files only pdf's.
November 10, 2016 at 12:45 pm
I'll see if I can explain this better. The field in the table is an Image data type. The path of the pdf or excel is stored in this field....
November 10, 2016 at 7:21 am
I am modifying a job someone else created.
I changed the following lines.
WHEN CH.CoID IN (SELECT KeyValue FROM dbo.fnValuesText(@InCo)) THEN 1
WHEN CH.CoID IN (SELECT KeyValue FROM dbo.fnValuesText(@OutCo)) THEN 0
to
WHEN CH.CoID IN...
October 22, 2014 at 12:22 pm
That works perfectly. I don't know why I didn't think of that.
Thanks!!
March 20, 2014 at 11:53 am
I got it. I meant to come back on here sooner and post my solution. It was so simple it makes me feel dumb. All I had to do was...
December 18, 2012 at 9:10 am
I think it is OK the way I set it up. It looks like they can do more than what they can. I have them setup as db_owner in the...
February 11, 2011 at 5:53 pm
I guess I need to do some more research on this.
I created a login in the instance with the public role (I think that role is my problem) then...
January 28, 2011 at 7:34 pm
I have them in the role right now as db_owner. But they have access to the security in that database and also in the Master, Tempdb, and distribution database. I...
January 28, 2011 at 8:55 am
I'm not sure I can do that. If I understand this correctly if I turn it on it is for all databases. We have multiple databases and I don't need...
September 2, 2010 at 8:05 am
Viewing 15 posts - 1 through 15 (of 18 total)