Viewing 15 posts - 1 through 15 (of 20 total)
Thank you for your assistance.
Sorry about the bad data. I took out the timestamp thinking it would simplify my example, obviously forgot to take it out of the...
February 14, 2018 at 1:14 pm
Apologies, the template is created via another action. I need to update the data.
The two separate function are used in conjunction with our holidays table. They are also...
February 14, 2018 at 12:24 pm
Luis, you read my mind!
May 19, 2017 at 1:14 pm
<a title="Go to ChrisM@Works profile" id="ctl00_ctlContentPlaceHolder_ctl00_ctl00_ctlTopic_ctl00_ctlPanelBar_ctlTopicsRepeater_ctl07_hypUsername" class="i-type-bold" href="https://www.sqlservercentral.com/Forums/Users/ChrisMWork">ChrisM@Work,
Thanks for the rewrite. That's going to help a lot!
This is me getting greedy, but it gets used...
May 19, 2017 at 12:56 pm
Nevermind, I found my answer.
I needed to re-configure the security of the mirror
August 19, 2016 at 3:03 pm
I'm having the a similar problem. Administrators have full control, I am in the admin group, but when i try to open a file I get access is denied?!?
David92595
July 20, 2016 at 2:43 pm
If im going to hard code it wouldn't it just be easier (i.e. not having to create a view) to go with the IF @State = 'AZ'...
Its...
June 28, 2016 at 12:59 pm
Because I inherited this database and the person that made it thought in spreadsheets not relational tables.
Thank you! Are their any other good ways to stop...
June 28, 2016 at 9:36 am
That is Originally what I wanted to do, but after searching online, everyone seems paranoid of SQL injection. So I thought I'd do it this way...
How would I write...
June 28, 2016 at 6:29 am
Sorry for the delayed response.
I'm not sure I completely understand your question, cross apply is new to me, but I'll do my best.
Before "at" was being applied to view I...
June 28, 2016 at 6:23 am
Thanks guys
As a work around I was comparing one field at a time. This knocked 200 lines of code out of my report and cut execution time in half!
June 24, 2016 at 10:18 am
Wow, way over thought that one...
Thank you!
June 24, 2016 at 2:24 am
Hope someone checks this thread again,
I've expanded my query from a simple test to the real use of the query and I'm running into trouble with the following error: incorrect...
June 17, 2016 at 7:00 pm
never mind, I figured fixed it.
I removed the sub query, as it was no longer needed, and used actual column Names instead of aliases. It's now worked. Not sure...
June 17, 2016 at 12:13 pm
Viewing 15 posts - 1 through 15 (of 20 total)