Viewing 7 posts - 1 through 7 (of 7 total)
I used this tool but its not aligning my SQL Stored Procedures.
July 16, 2009 at 10:09 am
Temporary Solution for your Problem is Delete the Temp db and Restart the SQL server. after that you change the temporary table where you used in a cursor or loop....
July 7, 2009 at 10:48 pm
May i Know what is relation Between Independence day of US and Sql server Central ???
July 2, 2009 at 10:55 pm
I think u may installed Sql Server SP2 on that 2 Laptops. am i Correct?
June 26, 2009 at 11:25 pm
Hi,
Grant the Execute permission for that Stored Procedure Using right click Properties window...
June 26, 2009 at 11:21 pm
This will work 100%....
Declare @STR Varchar(100)
Set @STR = 'Ssfsdfsdf dgdgg,.:as123'
Select reverse(Substring(Reverse(@Str),
0,
Patindex('%[^0-9]%', reverse(@Str))))
Kindly Reply me weather it's working or not...
May 29, 2009 at 3:10 am
Pls try the following Query. It is Coming Correctly. I m not 100% Sure.. i m not checked for all cases.
Select reverse(Substring(Reverse('FFX Buy USD/Sell AUD, Broker 703 MATURITY 11/05/09 SOLD...
May 29, 2009 at 2:33 am
Viewing 7 posts - 1 through 7 (of 7 total)