Viewing 9 posts - 1 through 9 (of 9 total)
Use WITH Encryption Keyword with all the SQL objects while installing on the production system.
October 11, 2012 at 6:19 am
"I'd have to disagree. I think these ones about working out pointless conditions to satisfy one off special cases that nobody will EVER use, are more about your ability (and...
May 5, 2008 at 5:07 am
Thanks for the reply.Actually I want to export the data through my application.I can't able to run the script in destination before export.Is there any other way which I can...
December 14, 2007 at 11:06 pm
Thanks for the valuable information.
I checked the Query like this :
"SELECT * FROM dbo.Customers AS C
MIDDLE JOIN dbo.Employees E ON C.CustomerID = E.EmployeeID",so it's showing some error.If i try...
December 13, 2007 at 3:56 am
I tried this query in SQL SERVER 2005,It's giving some error.It's a SQL SERVER 2008 feature?
Thanks & Regards
Sagesh.K
December 13, 2007 at 2:55 am
Thanks for your information.
I found, when working with Table variables it's faster than Temp table.
December 6, 2007 at 12:56 am
Table variable is faster than Temp Table
December 5, 2007 at 10:59 pm
Declare a Table variable (INPUT/OUTPUT) and pass it into the store procedure(get_RptStaticPoolCopy1 ) .In the storeprocedure(get_RptStaticPoolCopy1 ) you can fill the table variable which you are getting as a parameter...
December 5, 2007 at 2:07 am
Viewing 9 posts - 1 through 9 (of 9 total)