how to see active SQL Server connections?

Run below query and it will show you the dbname and number of connections SELECT     DB_NAME(dbid) as DatabaseName,     COUNT(dbid) as ...

ByRaghunatha

how to see active SQL Server connections?

Run below query and it will show you the dbname and number of connections SELECT     DB_NAME(dbid) as DatabaseName,     COUNT(dbid) as NumberOfConnections,     loginame as LoginName FROM     sys.sysprocesses WHERE     dbid > 0 GROUP BY  ...Read More

GetCoupon

Avail the best discount coupons for free. ... Check all website coupons/Offers/Discounts code aggregated from a list of diverse sources ...

ByRaghunatha

GetCoupon

Avail the best discount coupons for free. ... Check all website coupons/Offers/Discounts code aggregated from a list of diverse sources on the Web. ... compare against all leading online shopping sites.... Type your shopping site name and get all the coupons & offers....Read More

Export To PDF

public void ExportToPdf(DataTable myDataTable)     {         Document pdfDoc = new Document(PageSize.A4, 10, 10, 10, 10);         try  ...

ByRaghunatha

Export To PDF

public void ExportToPdf(DataTable myDataTable)     {         Document pdfDoc = new Document(PageSize.A4, 10, 10, 10, 10);         try         {             PdfWriter.GetInstance(pdfDoc, System.Web.HttpContext.Current.Response.OutputStream);          ...Read More

Powered by Blogger.