Viewing 15 topics - 17,311 through 17,325 (of 283,988 total)
Topics
Started by
Posts
Last post
CREATE TABLE #Source ( PlanId BIGINT, StartDate DATE, EndDate DATE ) GO CREATE TABLE #Destination (…
4 replies
Hi Friends, I know that we have a left and right outer join that retains the rows of the table base…
4 replies
hello someone aware how to convert getdate() to at time zone EASTERN TIME can you help me please …
3 replies
I want to be able to: encrypt a password column display characters x & y (randomly selected) t…
1 replies
Setup: Three node AO AG cluster, Node1 and Node2 synchrounous in DC1, and Node3 ansynchronous in DC…
4 replies
I'm trying to get the dev teams i work with to engage with the Sql community. some of that involves…
1 replies
i have a variable called date @Date DATETIME = NULL, i want to capture this variable into error log…
2 replies
Hello All, We recently acquired an organization who wrote some C# libraries to encrypt/decrypt thei…
7 replies
I asked below questions to MS VL agents, but they redirect me to their reseller such as CDW. I am n…
6 replies
Hello, I have 2 files: 1. file: ACL.sql script in SQL 2. file .: instances_list.txt, where I have a…
10 replies
Hi, We have a small database (just 3 tables) where we wish to use Always Encrypted to encrypt the d…
5 replies
How can I put the result of HTML into a DB table? I extracted the info using LMXL, Python. T…
2 replies
By forcibily i tried to fail insert statement (Insert into dbo.student) by entering 1/0 value into …
7 replies
Comments posted to this topic are about the item Creating a Skeleton Data Frame
2 replies
I could use some help with the following COUNT issue. Select distinct Model_id, COUNT(CASE WHEN Doo…
3 replies
Viewing 15 topics - 17,311 through 17,325 (of 283,988 total)