Topics
Started by
Posts
Last post
Looking to do a quick find a replace on all columns in a table and not all the tables. Replace comm…
3 replies
CREATE TABLE #tblStakeholders ( StakeholderID int, StageID int, Sta…
20 replies
Hi All, I have four tables: Tab1 (Master Table): contains MasterProduct and ChildProduct (having on…
2 replies
Hi Friends, please some one help me how can i get my Expected output.? Sample Input …
3 replies
Hi All, Please help me.I have table "Email" like below. In case someone register for both email and…
2 replies
Hi, I currently have snapshot replication running and my publisher and distributor both sit on the …
2 replies
Hi all , I have issue with collation . my PRODUCTION server collation is SQL_Latin1_General_CP1_CI_…
8 replies
Hi, DECLARE @Table TABLE( QRSID INT, Title VARCHAR(20), ParentID INT, Resolution…
2 replies
I've just inherited some MySQL databases with some problems. Does anyone have any favorite forums ?
7 replies
Hi I'm trying to fill datetimes for every minute of a year. I found the code below, which nicely f…
2 replies
Table-B sits on Server "A" and I want to push any data added to this table(table-B) to Table-X whic…
1 replies
Hello! I have simplified this example quite a bit from my actual predicament but hopefully its eno…
3 replies
I'm just curious if anyone knows the reason why database files, by default, are set to unlimited gr…
3 replies
I have what I think is a bit of a twist to the typical recursive query. I'm having some trouble ge…
13 replies
Hi, I have to do SCD2 processing, and will generally follow the process listed here: https://www.ms…
3 replies
Viewing 15 topics - 1,936 through 1,950 (of 30,225 total)
You must be logged in to create new topics.