Viewing 15 posts - 46 through 60 (of 142 total)
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
that i will read, but can i get a rough idea.
like first login i created has public server role , and database role i have given in db_creator as i...
June 28, 2022 at 6:57 am
has google cloud got any service equivelent ot aws rds or azure MI, where i can take full bakup, which i should be able to get to my laptop to...
April 28, 2022 at 5:58 am
Does that mean , I can not take full backup and restore it to my laptop to check some issues or do some R and D work.
April 28, 2022 at 4:53 am
I want to put my production database at azure MI , where people will do the entry , then want a copy of the database "on premises "
so that i...
April 28, 2022 at 4:06 am
i have production database on aws rds, where customer is entering data, i need a replica at customers siteoffice where he can see his reports offline and online also, but...
April 28, 2022 at 3:38 am
i know this one.
the situation is little bit different.
so the query is can we use "with cte" or recursion inside following clauses like exists or cross apply or outer apply...
February 11, 2022 at 9:27 am
one more thing does deterministic encryption type supports order by because this article says https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-enclaves?view=sql-server-ver15
"
Deterministic encryption supports the following operations involving equality comparisons:
= (Equals) in point lookup, searches, and joins
IN
SELECT -...
January 18, 2022 at 10:11 am
is it possible to run Always Encrypted with secure enclaves on windows 10 pro with sqlserver express 2019,
as i noticed in this link they said u need "The HGS computer...
January 18, 2022 at 9:49 am
hi,
it is not clear that in this link https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-database-engine?view=sql-server-ver15
what they mean by writing following
"Queries on columns encrypted by using randomized encryption can't perform operations on any of those columns"
January 18, 2022 at 7:41 am
i have rephrased the question
DECLARE @s-2 VARCHAR(MAX)= 'r1,r2'
SELECT PATINDEX('%[^A-Za-z0-9-())![]]%',@s)
DECLARE @S1 VARCHAR(MAX)= 'X1;r2'
SELECT PATINDEX('%[^A-Za-z0-9-())![]]%',@s1)
i need to get first text string before first comma or semicolan ex "r1" and "x1" respectivily . which is...
December 21, 2021 at 7:12 am
xml solution and function solution ex, calling scalar funtion i had . apart from these if any thing is there then pls tell me so that i stop finding and...
December 21, 2021 at 5:22 am
we tried to upgrade to 2019, but unfortunately, MS has put some restrictions like they have converted scalar functions to inline function by default and that throws an error, so...
December 18, 2021 at 5:25 am
Viewing 15 posts - 46 through 60 (of 142 total)