Viewing 15 posts - 8,896 through 8,910 (of 59,078 total)
Excellent post, Steve. What we need now is someone that's an expert in QA or an expert system designer to provide people that write requirements with knowledge and techniques the...
August 4, 2019 at 10:09 pm
A much better idea is to find out why the batch job is taking 7 hours. Is it actually because this stored procedure taking 7 seconds? While that may certainly...
August 2, 2019 at 7:52 pm
This is a duplicate post. Please use the following link to get to the duplicate and the answers. No posts on this link, please. It will only dilute the information...
August 2, 2019 at 5:16 pm
Sorry, I didn't read which forum it was from.
I end up having that same problem. I did the very same thing yesterday.
August 2, 2019 at 3:48 pm
Unfortunately, this is a 2008 forum and so the IIF functionality will need to be converted to CASE statements if you're truly using 2008.
August 2, 2019 at 2:39 pm
Thanks Jonathan for the query... 🙂
Output data is coming correctly but is it possible to get output data into corresponding pivoted columns.
I attached sample data in excel for better...
August 2, 2019 at 2:27 pm
I think that Jeff has covered most of the salient points involved with using synonyms. I have used them for everything allowable, including stored procedures. We had a routine...
August 2, 2019 at 2:14 pm
Jeff Moden,
Thanks for your input. I am familiar with IF statements and looping statements a bit. Your example will help me to get use to the programming side of...
August 2, 2019 at 1:55 pm
From the Article
Plenty of others are trying to help you build a smoother database DevOps process, including Microsoft.
DevOps is NOT a process! 😉
August 2, 2019 at 1:59 am
As many folks do, we have many databases associated with one "system". We have many uses for synonyms.
It's important to also know that database naming can change and tables can...
August 2, 2019 at 1:48 am
To add to what DesNorton posted, you can also check for existence of a constraint and take a conditional action in T-SQL. For example...
...
August 2, 2019 at 12:40 am
It looks really nice now.
Awesome job, Michael!
I know it'll sound strange for me to say so but I'm also impressed that you took the time to discover the setting...
August 2, 2019 at 12:27 am
It seems like it, but SQL 2008 doesn't directly read JSON, afaik. It might be easier to handle it with T-SQL rather than try to create some external function/process.
I...
August 1, 2019 at 11:51 pm
I might be missing something but that looks an awful lot like JSON. Is it?
August 1, 2019 at 5:27 pm
Thanks for your input. I've done some thinking about this and might be able to work something out querying the sys.syslogins. Since a trigger will catch every login it's...
August 1, 2019 at 11:54 am
Viewing 15 posts - 8,896 through 8,910 (of 59,078 total)