|
|
-
Ramireddy learned 1 Years ago through Blogs
Today Microsoft released details of it’s new certification program which is designed to address the growing need for IT Pros and Developers to have skill sets that run both broad and deep. At first glance it appears that Microsoft has simply reintroduc...
|
-
Ramireddy Commented 1 Years ago through Blogs
Hi Jalpesh,
Good article. People often confused with delegates as they exactly don't know, when to use the delegates. Once, they knows when to use delegates, it will be easy for them. Suppose the example you showed can be achieved without using dele...
|
-
Is it possible to add custom object as a key in HashTable,if so how to retrieve the stored value?...
|
-
Is it possible to add custom object as a key in HashTable,if so how to retrieve the stored value?...
|
-
Ramireddy Commented 1 Years ago through Ask
Hi Santosh,
it looks like you are passing 'sfdajfr' as parameter to stored procedure. But your procedure is expecting parameter @Id of type integer. So change the @id type to varchar
or pass approximate integer to stored procedure....
|
-
santosh Question Received 1 Years ago through ASK
ALTER proc [dbo].[getTriggerNamesbyId]
@id int,
@returnval nvarchar(500) output
as
begin
set @returnval= (select TriggerPointDescription from ClaimTriggerInfo where TriggerPointID=@id )
return (...
|
-
Ramireddy Liked 1 Years ago through Just Learned
I just learned how to change the location from where the Desktop get's it files/folders. The default location is c:\users\xyz\desktop - and you can change this. Go to the ***Desktop Folder, Right click, Properties, Go to Location Tab, click move an...
|
-
Ramireddy Learned 1 Years ago through Just Learned
I just learned how to change the location from where the Desktop get's it files/folders. The default location is c:\users\xyz\desktop - and you can change this. Go to the ***Desktop Folder, Right click, Properties, Go to Location Tab, click move an...
|
-
Ramireddy Liked 1 Years ago through Just Learned
I just learned how to change the location from where the Desktop get's it files/folders. The default location is c:\users\xyz\desktop - and you can change this. Go to the ***Desktop Folder, Right click, Properties, Go to Location Tab, click move and...
|
-
Ramireddy Learned 1 Years ago through Just Learned
I just learned how to change the location from where the Desktop get's it files/folders. The default location is c:\users\xyz\desktop - and you can change this. Go to the ***Desktop Folder, Right click, Properties, Go to Location Tab, click move and...
|