I have a view using this line of code:
isnull(Sum(Convert(decimal(10,2),credit_balance)),0) as creditamount
Basically, it takes a value that is currently in a varchar type, changes it to a decimal and adds it up. I'm able to run this view with absolutely no problem. However, if I call this...
I know how to do this using DAO but I need to use ADO instead so I can keep my programming uniform. In DAO you can change the SQL in a query using recordset and querydef but I can't figure out how to do this in ADO. The SQL statement in my pass_thru query is: EXEC sp_RefusedSales.
I have a DTS package that runs every 5 minutes from 8am to 10pm. It's set to do this 6 days a week with no end date in site. When I check it the following day in Management->SQL Server Agent->Jobs, it shows that the scheduled job is still enabled, as it should be. However if I look to see...
I have a database in Access Project that only I use and have been using for several months. Today is the first time I've had a problem with the report orientation. All of them are stuck on portrait and I can't change it back to landscape when I'm in print preview. Please help!!!
I have a pdf file that I need to import to a table in sql server. I'd like to use DTS but I can't find anything that will work with this type of file. If there's not a way to do it through DTS, I'd like to know if I can open it in excel so I can import from there. Please help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.