Friday, May 31, 2013

How to Generate New GUID Using SQL Server

How to Generate New GUID Using SQL Server


How to Generate New GUID Using SQL Server

Posted: 24 May 2013 12:52 AM PDT

How to Generate New GUID Using SQL Server? In this article I'm going to explain how to generate Random unique identifier in using sql query in sql server. By using NEWID() function you can generate a new Guid (uniqueidentifier) in sql server.

This XML file does not appear to have any style information associated with it.

Posted: 27 May 2013 08:24 AM PDT

In this article we are going to see one of the solutions for the following error which I encountered while I was testing my WCF service using Visual Studio 2010. "This XML file does not appear to have any style information associated with it. The document tree is shown below."

How to export datagridview to excel format using c#

Posted: 27 May 2013 10:22 PM PDT

How to export datagridview to excel format using c#?In this article I'm going to explain how to convert datagridview to excel format using c#. This is a requirement often in many projects as users may want to save some data generated in applications for future reference.

Working with Arguments in Windows Workflow Foundation

Posted: 27 May 2013 10:59 PM PDT

In this Article I will be taking you over step by step process of working on Windows Workflow Foundation with Arguments. Here we are going to build a sample application where i will be explaining each and every process in detail.

Using SQL Server Management Studio efficiently - Finding content in Files

Posted: 28 May 2013 03:01 AM PDT

SQL Server Management Studio is one of the most widely used editor for Microsoft SQL Server. Search is an important features we need most of the time. While using MS Management Studio we often need to search on file. This article demonstrates how to do in easy steps.

"The web server process that was being debugged has been terminated..." Error while debugging

Posted: 28 May 2013 04:18 AM PDT

While debugging a web application hosted in IIS often we get the error "The web server process that was being debugged has been terminated by Internet Information Service(IIS)..." This can be solved by following few steps and the debug can be run smoothly.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home