Viewing 12 posts - 1 through 12 (of 12 total)
Thank you Ant-Green! I got totally hung up on the Windows login vs SQL Login and didn't think I could change it with that alter command. That worked. For anyone...
December 22, 2022 at 5:31 pm
I ran into this issue on SQL 2016 when we installed a QA box and took the default NT service\MSSQLServer account to start the SQL server service. Then we tried...
January 19, 2018 at 12:59 pm
Hi,
The answer is ......Its the certificate. I had a new one made and didn't use and FQDN in any of the fields. and now it auto populates with...
November 29, 2017 at 4:02 pm
Hi,
Thanks for the replies. Brandie its not so much querying the data that is the issue. I typically just give them access to views that have all the...
May 30, 2017 at 1:06 pm
HI Rob,
Its a warehouse datamart setup. And yes they do the excel thing to me as well. Its health care and there are 25000+ employees. A lot of...
May 27, 2017 at 12:34 pm
Hi Lynn
Well that certainly worked a lot better! Thank you so much! It returns the code all on one row.
Regards,
Jeff
September 14, 2015 at 4:31 pm
Thanks Kevin very useful.
I found this link quite helpful as well.
https://www.simple-talk.com/sql/learn-sql-server/resource-governor/
Regards,
Jeff
January 14, 2015 at 4:25 pm
THANKS LYNN! I missed the quotes 8-(
Works good now.
February 14, 2013 at 3:12 pm
Hi Lynn,
Thanks for the reply but when you are getting data that is stored as an int and you are trying to case it as a char that will error...
February 14, 2013 at 3:01 pm
Thanks everyone I appreciate the help. I was able to link it back to a date table with proper datetime fields and do my datediff with that. The cast and...
October 26, 2012 at 6:22 pm
Hi,
Thanks for pointing me to the view. Here's the solution if anyone is looking for it.
UPDATE sysjobsteps
SET command = '/SQL "PATH TO PACKAGE" /SERVER NEW_SERVERNAME /MAXCONCURRENT " -1 " /CHECKPOINTING...
April 5, 2012 at 9:27 am
Viewing 12 posts - 1 through 12 (of 12 total)