Viewing 15 posts - 196 through 210 (of 362 total)
[font="Verdana"]Thats really nice of you all. Thank you very much.
Mahesh[/font]
May 8, 2008 at 10:55 pm
[font="Verdana"]
guptaopus (5/8/2008)
May 8, 2008 at 6:19 am
[font="Verdana"]
GSquared (5/7/2008)
Mahesh Bote (5/5/2008)
...As soon as there is an error, it exists the stored proc and goes to the .net code...
Are you handling errors at front end with Try Catch...
May 8, 2008 at 2:14 am
[font="Verdana"]Sree, as you stated earlier, your query is returning the Null though you have used Is Null in your query. Can you try and compare with Euqal To (=) /...
May 7, 2008 at 6:33 am
[font="Verdana"]
shamshudheen (5/7/2008)
maheshwhat about ','. the technique is to remove tryling commas
I didn't get you. It is column separator right?
Mahesh[/font]
May 7, 2008 at 5:37 am
[font="Verdana"]Do you mean...
Insert Into Test
Select 1, 'A' Union All
Select 2, 'B' Union All
Select 3, 'C' Union All
Select 4, 'D' Union All
and
Insert Into Test values (1, 'A')
Insert Into Test values (2,...
May 7, 2008 at 1:04 am
[font="Verdana"]
...SELECT @strValList2 = @strValList2 +
CASE
WHEN vColName IS NOT NULL THEN '[' + vColName +...
May 7, 2008 at 12:48 am
[font="Verdana"]
matt6749 (5/6/2008)
The .Net Datagrid with custom paging WILL need to connect to the DB every time the user changes the page. In fact, with "default" paging the Datagrid...
May 7, 2008 at 12:22 am
[font="Verdana"]
sharma (5/6/2008)
Hi Mahesh..There is no relationship between those tables.
I am doing dumping from two tables into one table.
Migrate data into one table.
The above tbls are sample tbls..
Sharma, if there is...
May 6, 2008 at 10:11 pm
[font="Verdana"]
This is the url where I got the stuff I posted earlier. Go through the whole article and confirm
http://www.simple-talk.com/sql/t-sql-programming/the-helper-table-workbench/#first%5B/url%5D
Mahesh[/font]
May 6, 2008 at 6:27 am
[font="Verdana"]As the previous poster asked, mention the relation between employee and rest 2 tables.
Mahesh[/font]
May 6, 2008 at 5:08 am
[font="Verdana"]I must say, you need to update the Employee table. Tell us which fields of Employee table you wants to update? By the way, how could you have same column...
May 6, 2008 at 4:49 am
[font="Verdana"]http://www.exforsys.com/tutorials/sql-server-2005/using-xml-in-sql-server-2005.html[/font]
May 6, 2008 at 1:26 am
[font="Verdana"]Refer FOR XML clause in BOL for more information.
By the way, post your complete select statement and the exact problem as well.
Mahesh[/font]
May 6, 2008 at 1:18 am
Viewing 15 posts - 196 through 210 (of 362 total)