Topics
Started by
Posts
Last post
I have two StoredProcedures SP1,SP2.In both StoredProcedures,I am using Try/Catch structure for cat…
6 replies
Hi Please help me. I want to do encryption/Decyption, i am giving examples Example: http://www.g…
3 replies
Hi Can i have someone look at this and figure out why its giving this error: Msg 164, Level 15, Sta…
4 replies
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
Viewing 15 topics - 10,021 through 10,035 (of 10,635 total)
You must be logged in to create new topics.