Viewing 15 posts - 4,531 through 4,545 (of 13,871 total)
April 12, 2018 at 12:04 pm
April 12, 2018 at 12:01 pm
April 12, 2018 at 6:37 am
April 12, 2018 at 6:30 am
Your suggested solution can be written more succinctly, like this:DECLARE @YesNo BIT = 0;
SELECT
A.name
, A.married
FROM mytable A
WHERE A.married =...
April 12, 2018 at 5:14 am
Thanks for your Reply, when i write : mylogicVariable is a variable that i...
April 11, 2018 at 6:53 pm
You seem to be serious.
The problem with searching is one doesn't know which service pack...
April 11, 2018 at 1:56 pm
April 11, 2018 at 11:55 am
April 11, 2018 at 10:29 am
The command argument for sp_MSforeachdb has a max length of 2,000 characters, and your query exceeds that.
There are alternatives to sp_MSforeachdb out there which work better – here is...
April 11, 2018 at 7:04 am
April 10, 2018 at 12:37 pm
All data sources are pointing to the...
April 10, 2018 at 8:29 am
April 10, 2018 at 7:40 am
April 9, 2018 at 12:16 pm
April 6, 2018 at 7:06 am
Viewing 15 posts - 4,531 through 4,545 (of 13,871 total)