Viewing 15 posts - 1,576 through 1,590 (of 9,399 total)
May 21, 2017 at 7:53 am
I'm glad it worked for you.
May 21, 2017 at 7:47 am
The reason people are asking you questions about your data and referring you to data types is that we don't know your data. The data type determines precision and range...
May 21, 2017 at 7:36 am
I've seen Wayne's presentation on table variables versus temp tables. It's a good one. Now I'll have to read the article. 😉 Thanks, Gail.
May 20, 2017 at 1:21 pm
May 20, 2017 at 1:12 pm
A stored procedure would go a long way toward solving the problem. One benefit is that you'll know the parameters will be received with the proper data types and you'll...
May 20, 2017 at 11:42 am
May 20, 2017 at 11:37 am
May 20, 2017 at 11:27 am
Whatever approach you end up using, make sure you have all possible times covered the way you want them covered.
If, for example, you're getting your string from a datetime...
May 20, 2017 at 11:17 am
in his example the last line is the...
May 20, 2017 at 11:12 am
May 20, 2017 at 8:53 am
Database mail isn't a mail server - that's Exchange. Database mail needs a mail server because it can't send email. It builds up what it needs and sends it off...
May 20, 2017 at 8:43 am
In addition to what Sue suggested, also look for logins with the securityadmin role. If you have 6 logins with sysadmin, make sure they're all AD logins so you know...
May 20, 2017 at 8:37 am
First of all, welcome to SSC.
With the function, why are you passing the datetime parameter as a string? If you can, pass it as a datetime instead.
If you want to...
May 20, 2017 at 7:53 am
Viewing 15 posts - 1,576 through 1,590 (of 9,399 total)