Topics
Started by
Posts
Last post
I have been looking into deadlock issue. While doing so, was able to track the following spids from…
6 replies
hi i would like to store values like mg/1, mg/15ml etc. will nvarchar(50) will work,when i am using…
2 replies
Hi all, Hope you all are doing fine... (unlike me..).. I am trying to run the following query SELE…
16 replies
I am getting errors when trying to run an update script. the errors are Msg 137, Level 15, State 2,…
11 replies
I have to update records in a table and there is no unique column on basis of whci I can put join U…
22 replies
select col1, col2, col3, dbo.fun1(col1,col2) from tb1 function returns a string value with comma s…
9 replies
HI All Below is the scenario : create table #test2 (j int,i int ,k char(1) ) create table #test3 (…
2 replies
Hi, I've got quite an unusual question. I'm running this simple query: SELECT SourceHub, Snap…
6 replies
Hi - I am wanting to query the SERVERPROPERTY of all out SQL servers and put the information in a t…
1 replies
If I have a table T1 with colA, ColB, ColC combined as primary key and another table T2 onant to de…
11 replies
How to send a mail through Storedprocedures with out using system stored procedures _______________…
3 replies
I have enable the change data capture on db and enabled one table and i made updates on couple of r…
4 replies
Hi all. I have a database with over 200 tables. They all use char(xx) instead of varchar(xx). I…
10 replies
Hi, Each doctor in my doctors table has a main zip code and an alternate zip code. SELECT D.* FROM …
8 replies
I've a SQL query that returns the TotalMemberCount for the past 5 years on a yearly basis. Now I w…
3 replies
Viewing 15 topics - 4,861 through 4,875 (of 10,647 total)
You must be logged in to create new topics.