Viewing 15 posts - 31 through 45 (of 347 total)
Current security :
AD Group : Database_Reader
Members : AD Group 1
AD Group 2
Individual User 1
Individual User 2
I grant read...
March 18, 2019 at 9:29 am
The procedure just checks if there is any data returned by the view then send to Person A else Send to person B.
February 19, 2019 at 1:15 pm
ok. That's what I did. Changed them back to individual rows . Then back to comma separated using STUFF .
Thanks
January 30, 2019 at 8:45 am
Works perfectly . Tried the first solution . Thanks!
January 29, 2019 at 11:42 am
All right, I have changed the compatibility level to 140 for my database .
I have different Line items for Country column
Astrakhan, Azerbaijan, Kazakhstan, Russia Land,...
December 4, 2018 at 10:38 am
If I change it to 140, will there be any implications ?
Thanks,
PSB
December 4, 2018 at 10:32 am
I need to grab these values from a certain column of a table . Do I need to store these values in variable then USE STRING_SPLIT with sql CURSOR ?
December 4, 2018 at 9:41 am
Thanks ! This worked perfectly .
DECLARE @SomeText VARCHAR(8000) = 'Astrakhan, Azerbaijan, Kazakhstan, Russia Land, Sakhalin, Uzbekistan, Turkmenistan'
December 4, 2018 at 9:36 am
It doesn't matter about the value of ChangeVal. I want to just update one row with the MAX of Value1 and make all others 0 for each ID.
Similarly update...
August 28, 2018 at 7:25 am
Viewing 15 posts - 31 through 45 (of 347 total)