Topics
Started by
Posts
Last post
i have table in 2 databases. tbl1 f1 char(2) f2 char(6) f3 char(1) f4 char(18) f5…
8 replies
SqlCommand cmd = new SqlCommand(); cmd.CommandText = "UPDATE DimRequestMasterTestHS SET [RunningBoa…
3 replies
This proc has been designed in 2005 but I feel it can be improved. I thought I'd ask for others op…
7 replies
Hi All- I've been trying to solve this one for days with no avail. I'm using sp_executesql to run …
3 replies
I have table with below structure Create table ClientDetails (ID int, ClientID int, InterviewDate…
19 replies
Hi. i have a table ProductTrack.Table is like below: ProductTrackId PK ProductId int SizeI…
3 replies
How to fix this error ? Transaction count after EXECUTE indicates a mismatching number of BEGIN an…
2 replies
I have made a datatable. Now i want to update that datatable records in existing sql database table…
2 replies
We are following sqlservercentral for all the updates on sqlserver, can a similar kind of DOT NET l…
1 replies
Hi, We have a stored procedure that has run fine for years. Last night it started to take an age t…
1 replies
I making a string builder of thousands of update query. At last I execute those queries in chunks(s…
1 replies
I CREATED THE FOLLOWING TABLE. CREATE TABLE SCRAMBLE (FNAME VARCHAR(10), LNAME VARCHAR(10) ) INS…
8 replies
hello friends i have task teacheridtlnametfnameschoolidschoolname 2 john smith …
1 replies
I'm trying to figure out how to write a MS SQL query that will return the closest 2 events (the pre…
4 replies
Hi , table A: Prop_name Prop_type STR_value Num value Date_value Bin_value Comment_1 D …
3 replies
Viewing 15 topics - 6,061 through 6,075 (of 10,647 total)
You must be logged in to create new topics.