Topics
Started by
Posts
Last post
How do you put a replicated data base in as the primary data base?
4 replies
Hi Experts, I got a scenario where one of the developer cannot connect to named instance, but able …
22 replies
I have 2008 R2 SQL environment, I setup a server and have the copy of the databases with same name …
1 replies
declare @LastAccNo int SELECT Comm = CASE WHEN (Add_By_AccNo > 0) THEN (SELECT Digi_Comm FROM…
28 replies
Hi, Need your help in achieving one requirement, below are the details: From Instance1, DB1, I am r…
8 replies
Hi Friends, My problem is: the DML of a table fails, then i found that it is because of a indexed…
7 replies
ALTER PROCEDURE [dbo].[test] @rwcnt int output create table ##templist ( col1 varchar(100) ) Above …
13 replies
how to take back up from offline data base
3 replies
Hi, I implemented TDE on our Production Database environment. It is straight forward. Followed the …
1 replies
I setup Microsoft standard native log shipping for a small database. When I right click > Report…
13 replies
Ive written this one create trigger dbo.tri_Cancelled on Orders for update as if Update(Canc) begi…
5 replies
Hello, I need to know regarding database testing tools and their purpose. can you tell me the diffe…
1 replies
WITH CTE AS (SELECT DISTINCT LTRIM(RTRIM(P.IncidentIDRef)) AS MODIDREF, P.JurisID, P.EntDttm AS CRE…
10 replies
User_ID Phone Number AddBy_UserID 101945236380 211223344551 311223344561 411111111112 522…
7 replies
Hi guys, ok sitting with something I have to do. This is what I have: Query (PART1): Select * ,(Da…
1 replies
Viewing 15 topics - 15,481 through 15,495 (of 30,191 total)
You must be logged in to create new topics.