Viewing 15 posts - 1 through 15 (of 29 total)
Sorry, I figured it out. Those quotes aren't THAT confusing. Ha
December 6, 2019 at 9:32 pm
Your select statement needs quotes wrapped around the @fltr parameter. Should look like this.
set @qry = 'select * from mydb.dbo.tmptable where color = ''' + @fltr + ''''
askcoffman: What...
December 6, 2019 at 9:09 pm
Thank you! My problem is solved. I installed .net library 3.5 on the server. Then I noticed the latest reply and fixed my select statement to include the quotes. Not...
December 6, 2019 at 8:59 pm
Yessir, I have used sp_send_dbmail quite a lot on this server. This is the first time for passing a parameter to @query, and the first time I've encountered this error...
December 6, 2019 at 8:25 pm
These are perfect. Thanks folks!
November 20, 2019 at 8:34 pm
This is great! Both work great. Thank you both.
November 20, 2019 at 8:17 pm
Thank you. As I was testing with it, when I run it for 11/15/19, I get the following, where the highlighted row is selected. There is a gap before that...
November 20, 2019 at 7:00 pm
Yes. Mine specifically is:
http://myServerName/Reports/Pages/Folder.aspx
...where myServerName is the name of my SQL/SSRS server
October 9, 2014 at 8:24 am
select *
from #Table1
where [201401]+[201402]+[201403]+[201404]+[201405]+[201406] <> 0
August 22, 2014 at 10:52 am
Thank you sir. I am going to try and automate that same process. And thank you for the tip on the SID mismatch. Luckily, all of the...
August 22, 2014 at 10:36 am
Thank you Sean! I like that one the best. I could wrap my mind around that one a little easier and it works great. I appreciate it.
July 3, 2014 at 10:47 am
Try converting FLOAT to VARCHAR and you will find that it is not straight forward thing....
Yea, what he said.
I'll give that last code a try. Thanks.
July 3, 2014 at 10:29 am
Thank you. I will definitely look into them some more. I should have mentioned my location. My company is in Texas. I'd prefer someone in the...
May 24, 2013 at 7:01 am
P.S. This person/company needs to be familiar with a virtual server environment.
We are running SQL Server 2008 R2
May 24, 2013 at 6:44 am
I deleted all of my schedules within each of my jobs and recreated them. That fixed it. It was a pain in the rump, but it did fix...
December 5, 2012 at 5:05 pm
Viewing 15 posts - 1 through 15 (of 29 total)