Viewing 8 posts - 31 through 39 (of 39 total)
After Posting my question only I have seen that solution...
I am not going to use it anywhere..I faced this Question in interview..so i posted here
I Just want to know...
June 12, 2013 at 5:47 am
Change the Name of the Constraint
June 12, 2013 at 4:37 am
and he also given that we need to configure below options
Sp_Configure 'show advanced options',1
Reconfigure with Override
Go
Sp_Configure 'Ad Hoc Distributed Queries',1
Reconfigure with Override
Go
yes...I have tried it...it is working fine.......can anyone...
June 12, 2013 at 4:28 am
One Guy Said yes We can.... and given an example
1. Creating a Stored Procedure:
If Object_Id('Proc1') Is Not Null
Drop Proc Proc1
Go
Create Proc Proc1
As
Begin
Select 'SQL Server'
End
Go
2. Creating a Function:
If Object_Id('Function1') Is Not...
June 12, 2013 at 4:23 am
thanku all, can you explain me usage of cursors? in Which type of scenarios we use cursors?
April 22, 2013 at 11:16 pm
http://balavardhanreddy.over-blog.com/categorie-11295031.html
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/MS-SQL_Reporting/Q_24825313.html
might be helpful to u
February 18, 2013 at 1:58 am
yes..i have used dynamic pivot for generating those dynamic columns
January 14, 2013 at 11:55 pm
10 COLUMNS ARE static in my SP and remaining columns are dynamic based on users selection. like feedback1,feedback2.................feedback n (feedback is my column name)
January 14, 2013 at 10:53 pm
Viewing 8 posts - 31 through 39 (of 39 total)