Topics
Started by
Posts
Last post
Please see the attached picture for the table structure I am dealing with. Essentially people will …
4 replies
Hi, I have following set of tables and data in it table1 col1 col2 col1 has a,b,c values col2 has…
1 replies
hi friends i want to return all rows in MyTable and sum of all num fields: WITH MyTable as ( SELEC…
2 replies
Hi, I have 2 databases which contain the same table named "Login". If i insert,delete,update it sh…
1 replies
hi, I am having a table. which is taking by default NULL values... Now i want to update the Column …
2 replies
The following extract is from http://msdn.microsoft.com/en-us/library/ms175976.aspx >>> …
6 replies
Please look at the follow code: - The variable @Date has the value is 201012 (yyyymm) - …
14 replies
I have a a table with a column of items, say: ALPHA_12, BETA_GAMMA_25, DELTA_PRODUCTION, TXEPSILON.…
9 replies
Hi all I have a scenerio where i have to select a column dynamically to update.. its some thing lik…
6 replies
I was writing some sqls that was pulling out object names from the meta data: it's pretty intuitive…
4 replies
I have a function that returns me values passed in comma separated string in table format. select s…
5 replies
I have a table like this CREATE TABLE AAA(K int, K1 int, MONEY int) And i have a SQL like this SELE…
2 replies
Hello, I run this query Select * into dbo.ReportFinal from ( SELECT A.MedRecNo, A.A…
6 replies
Hi All, I am not so good at SQL coding and need your help in writing a SP which does the following,…
8 replies
Hi: I have to write a query to select data from two tables(table A and table B). Both tables have …
5 replies
Viewing 15 topics - 10,036 through 10,050 (of 10,647 total)
You must be logged in to create new topics.