Viewing 15 posts - 31 through 45 (of 138 total)
We do not want to change the script, as there are many stored procedures and functions.
if anything is there at system databases, or server level setting for databases, that would...
December 9, 2022 at 6:08 am
The situation is, the table is small, we do not have indexes or relevant stats, and we want to loop, and there are no joins.
In this situation what would be...
November 30, 2022 at 9:44 am
well , there must be some thumb of rule , i think that can be answered.
November 30, 2022 at 4:57 am
well , there must be thumb of rule , i think that can be answered.
November 30, 2022 at 4:56 am
like [ \t] is used for spaces and tabs, is there anything for finding carriage return in TSQL
ex
where Result =
'Uwon'
October 4, 2022 at 11:06 am
thank u,
on more concern i have used utf8 ,becuase i wanted to use Unicode(multilingual) so i have used Modern_Spanish_100_CI_AS_SC_UTF8
in this I have used SC also I think this combination will...
September 28, 2022 at 4:28 am
my second question is unanswered
September 15, 2022 at 11:20 am
September 15, 2022 at 11:03 am
thanks , Has SSDT got any transfer feature?
September 9, 2022 at 9:40 am
thank u,
One more clarification , i have seen collation does not affect nvarcahr, but according to me the style part of collation that is" _CP1_CI_AS" affects nvarchar( i am not...
August 30, 2022 at 4:34 am
"do you need code that will try one table first, then another if it doesn't exist? "
yes almost,
we want to login using login/user "login1" which has got tables in schema...
July 21, 2022 at 5:24 am
why its geting data from dbo table but not from user1?
July 19, 2022 at 9:26 am
Because I have one product whose code is common for all projects which come to us, so we have to keep one database for one project.
and now we want to...
July 18, 2022 at 4:27 am
i understood in case of storedporcedure , but in case of the function.
I logged in using the user "login s2" then executed the function "s1.xyz" which is in schema "s1"...
July 17, 2022 at 12:29 pm
Understanding that is, schema name is required for calling scalar functions. i have changed my requirement.
i made three schemas s1 s2 s3, then i made s1 as public , so...
July 15, 2022 at 4:41 pm
Viewing 15 posts - 31 through 45 (of 138 total)