Viewing 15 posts - 5,446 through 5,460 (of 8,731 total)
Ville-Pekka Vahteala (12/3/2014)
BTW how do you use windows login from Java EE application with application server on DMZ and database on LAN?
Does this help? http://www.developertutorials.com/single-sign-on/
December 3, 2014 at 12:46 pm
Figured out that the missing quote had nothing to do with the question but missed the part where text data type is used.
Are people still using those horrible data types?...
December 3, 2014 at 8:26 am
Robert klimes (12/3/2014)
December 3, 2014 at 8:18 am
You're missing the output clause in your SQL Task. I'm not sure that it solves the problem but it's part of it.
December 2, 2014 at 2:23 pm
Thank you Sean, this wasn't the first time I did it. Fortunately, this has only been a request in the forums.
This is an alternate way of doing it, depending on...
December 2, 2014 at 12:56 pm
That seems over complicated when you're just adding the database to sp_executesql which can be done directly instead of calling an additional procedure and you remove the functionality of using...
December 2, 2014 at 10:21 am
Duplicate post.
All answers in here: http://www.sqlservercentral.com/Forums/Topic1640806-3412-1.aspx
December 2, 2014 at 10:11 am
It's weird how this comes from time to time. A report with no relation between the columns in the same row.
Here's an example using basic sample data. It might get...
December 2, 2014 at 10:00 am
Sean Lange (12/2/2014)
David Burrows (12/2/2014)
Luis Cazares (12/2/2014)
...it can be easier to start from scratch if we can understand the problem, than fix a complete piece of s...
I have this problem...
December 2, 2014 at 9:42 am
Sean Lange (12/2/2014)
Ed Wagner (12/2/2014)
SQLRNNR (12/2/2014)
<sarcasm>EFW is the bomb and must be worshiped because it saves certain dev types a ton of time to develop. </sarcasm>
And reading that makes...
December 2, 2014 at 9:10 am
I use the following formula to calculate the previous monday. Just change GETDATE() for any date you need to use.
DATEADD(WK, DATEDIFF(WK, 0, GETDATE() - 2), 0)
December 1, 2014 at 5:01 pm
You're missing a WHERE clause in your correlated subquery to differentiate each vendor.
December 1, 2014 at 4:58 pm
myjobsinus (12/1/2014)
Awesome. That worked like a charm. Thank you so much for your help!
Thank you for the feedback.
The question is, do you understand how does it work?
December 1, 2014 at 12:36 pm
Answers in here:
http://www.sqlservercentral.com/Forums/Topic1640410-392-1.aspx
December 1, 2014 at 11:57 am
Answers in here:
http://www.sqlservercentral.com/Forums/Topic1640410-392-1.aspx
December 1, 2014 at 11:57 am
Viewing 15 posts - 5,446 through 5,460 (of 8,731 total)