Topics
Started by
Posts
Last post
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
I am trying to implement Search functionality using the partitioned table concept. Every search tha…
5 replies
My database with the following table: ITDetail Table InvTrans Table Currency Table Database Rela…
1 replies
Hi, I've been given the task of creating a single unique numerical value from two composite unique …
33 replies
Hi, I need to write a SQL query to print the following aphanumberic sequence in SQL 2008. 0001, 000…
26 replies
I have a table that contains: userid email name 1 a@a.com Bill 2…
6 replies
Viewing 15 topics - 4,861 through 4,875 (of 10,636 total)
You must be logged in to create new topics.