Viewing 15 posts - 3,361 through 3,375 (of 5,111 total)
What is your question here exactly?
August 4, 2017 at 12:51 pm
Sounds like you and/or the SQL service account don't have permission to view the users in the other domain, or the trust between isn't high enough. This'll be a network...
August 4, 2017 at 9:47 am
August 4, 2017 at 9:25 am
August 4, 2017 at 8:02 am
A quick Google and a link to Microsoft docs (specifically look at the 3rd sample T-SQL): https://docs.microsoft.com/en-us/sql/relational-databases/stored-procedures/execute-a-stored-procedure#TsqlProcedure
Without seeming harsh, executing an SP is one of...
August 4, 2017 at 6:49 am
August 4, 2017 at 3:18 am
Personally, I would use an expression to add the hyphen in then. Assuming your field name is of (n)varchar type, and is always 10 characters in it's original form:=LEFT(Fields!Matter_Number.Value,...
August 4, 2017 at 3:06 am
Where is the value of your file number coming from? Does the source it's coming from contain "xxx0000001" as well?
August 4, 2017 at 2:47 am
GilaMonster - Friday, August 4, 2017 1:56 AMSome people need to learn basics of error handling, transactions and common sense. 🙁
That topic...
August 4, 2017 at 2:08 am
August 4, 2017 at 2:06 am
It is also worth noting that not using the semi colon( ; ) as a terminator has been deprecated. I imagine it is going to be a VERY long time...
August 4, 2017 at 2:02 am
c(j) was just an alias. You can use what ever you like for it (for example jobs(job), and then you use jobs.job.value).
August 3, 2017 at 12:38 pm
Table A Data: Table...
August 3, 2017 at 10:13 am
Without any sample data and expected result, I'm strugging to really visualise what your asking here. In simple terms, yes, you can join on dates. Depending on the date(time)s you...
August 3, 2017 at 10:00 am
August 3, 2017 at 7:24 am
Viewing 15 posts - 3,361 through 3,375 (of 5,111 total)