ramireddy
Name: ramireddy
Score: 922.07
Last Seen: 398 days, 14 hours, 19 minutes ago
Member Since: 8 June, 2011
DotNetShoutout
atom rss
6
Shouts

Using BackgroundWorker with WPF

published 403 days, 30 minutes ago posted by kinj312kinj312 409 days, 13 hours ago
Monday, April 16, 2012 8:26:36 PM GMT Tuesday, April 10, 2012 7:56:15 AM GMT
When one process take so much long time and UI thread needs to stay responsive while process is running, the most common method to place a long running process on a separate thread.In WPF there are mostly use technique is Backgroundworker. (more)
category: Web Dev | clicked: 63 | comment | | source: beyondrelational.com
tags:
7
Shouts

Getting Started with Windows Phone 7 programming - Getting Started with Windows Phone 7 - Part 2 - Creating a Hello World Silverlight Application in Windows Phone 7

published 425 days, 18 hours, 33 minutes ago posted by kinj312kinj312 435 days, 2 hours, 27 minutes ago
Sunday, March 25, 2012 2:23:44 AM GMT Thursday, March 15, 2012 6:29:41 PM GMT
In this article, we are going to see how to create a simple 'Hello World' Silverlight Windows Phone 7 Application with the development environment, which we discussed in the first part of this series. Developing Windows Application for the developers who have exposure to Visual Studio IDE is pretty simple (more)
category: Data | clicked: 194 | 4 comments | | source: beyondrelational.com
tags: SQL Server, Windows Phone 7
5
Shouts

Getting Started with Windows Phone 7 programming - Getting Started with Windows Phone 7 - Part 1 - Overview and System Requirements for Windows Phone 7

published 431 days, 13 hours, 7 minutes ago posted by dharadhara 437 days, 2 hours, 57 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Tuesday, March 13, 2012 5:59:44 PM GMT
In this series of articles, we are going to see how to develop a Windows Phone 7 application from the scratch and deploy it into the market place. This article is the first part of the series. Here we are going to see what Windows Phone 7 (more)
category: Data | clicked: 96 | comment | | source: beyondrelational.com
tags: SQL Server, Windows Phone 7
6
Shouts

ASP.NET - Decoding viewstate is very simple by using LosFormatter class

published 437 days, 13 hours, 44 minutes ago posted by dharadhara 445 days, 6 hours, 43 minutes ago
Tuesday, March 13, 2012 7:12:50 AM GMT Monday, March 05, 2012 2:13:15 PM GMT
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which we can decode viewstate (more)
category: Web Dev | clicked: 105 | comment | | source: beyondrelational.com
tags: .NET, ASP .NET
5
Shouts

Get random row from the table

published 441 days, 23 hours, 39 minutes ago posted by dharadhara 445 days, 6 hours, 46 minutes ago
Thursday, March 08, 2012 9:17:15 PM GMT Monday, March 05, 2012 2:10:43 PM GMT
Sometimes it happens that we need random row (or set of randoms rows) from table. Itzik Ben-Gan shows us, in one of his book, the efficient way to do this: (more)
category: Data | clicked: 28 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Exploring SSMS - Inserting Code snippets for Objects

published 437 days, 13 hours, 44 minutes ago posted by dharadhara 445 days, 6 hours, 46 minutes ago
Tuesday, March 13, 2012 7:12:50 AM GMT Monday, March 05, 2012 2:10:15 PM GMT
As you know I have started a new series on "Exploring SSMS" by which I will be posting some features that are available in SSMS which will be very helping during the development. In this post we will see how to insert code template for creating... (more)
category: Data | clicked: 65 | 2 comments | | source: beyondrelational.com
tags: SQL Server, ssms
7
Shouts

SQL Server - Split Database Full Backup to Multiple files

published 441 days, 23 hours, 39 minutes ago posted by dharadhara 449 days, 2 hours, 26 minutes ago
Thursday, March 08, 2012 9:17:15 PM GMT Thursday, March 01, 2012 6:30:55 PM GMT
As a maintenance activity DBA need to take care of the database backups and monitoring for the same because database backups are more important in recovery.Production live databases have more sizes and because of heavily size of the databases it is require more time and IO to maintain it. You can read my earlier posts Automated All Databases Backups Script and Full Backup database from SSMS. (more)
category: Data | clicked: 73 | comment | | source: beyondrelational.com
tags: SQL Server
7
Shouts

#0138 - SQL Server – Performance – Best Practice – Create Index Before or After a data insert – I/O, Fragmentation, CPU and Elapsed time comparison - Test results

published 441 days, 23 hours, 39 minutes ago posted by dharadhara 449 days, 2 hours, 26 minutes ago
Thursday, March 08, 2012 9:17:15 PM GMT Thursday, March 01, 2012 6:30:24 PM GMT
In November 2011, I wrote a post titled SQL Server – Performance – Best Practice – Create Index Before or After a data insert? . The post dealt with answering the question - which method was better – whether to create an index before or after a bulk-insert... (more)
category: Data | clicked: 111 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

Getting started with SSIS - Part 9: Debugging SSIS packages

published 441 days, 23 hours, 39 minutes ago posted by dharadhara 449 days, 2 hours, 27 minutes ago
Thursday, March 08, 2012 9:17:15 PM GMT Thursday, March 01, 2012 6:29:59 PM GMT
Our package is ready we have made it dynamic (partly) and we are ready to go. What if there are any errors in the package execution? How to troubleshoot or debug the SSIS Package? (more)
category: Data | clicked: 40 | comment | | source: beyondrelational.com
tags: SQL Server, SSIS
4
Shouts

Trick to Supress Division by zero error

published 441 days, 23 hours, 39 minutes ago posted by dharadhara 450 days, 2 hours, 10 minutes ago
Thursday, March 08, 2012 9:17:15 PM GMT Wednesday, February 29, 2012 6:46:50 PM GMT
Set ARITHABOBRT and ANSI_WARNINGS as OFF to handle division by Zero error (more)
category: Data | clicked: 39 | comment | | source: beyondrelational.com
tags: SQL Server
6
Shouts

Review: OfficeWriter v8

published 442 days, 10 hours, 21 minutes ago posted by dharadhara 450 days, 2 hours, 10 minutes ago
Thursday, March 08, 2012 10:35:16 AM GMT Wednesday, February 29, 2012 6:46:14 PM GMT
As a BI consultant specializing in SSRS, I have had lots of frustrations and hard times because of Excel. Every now and then, I have some or other business user coming up to me and asking for some feature which is there in Excel but not in SSRS. If you... (more)
category: Data | clicked: 20 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI
5
Shouts

#0137 - SQL Server – Review - Pluralsight course - SQL Server Questions & Answers - by Pinal Dave & Vinod Kumar

published 442 days, 10 hours, 21 minutes ago posted by dharadhara 450 days, 2 hours, 11 minutes ago
Thursday, March 08, 2012 10:35:16 AM GMT Wednesday, February 29, 2012 6:45:53 PM GMT
I recently had the opportunity to view some of the newest courses from Pluralsight , an organization that offers online training courses for developers. One of the courses that I viewed was the SQL Server Questions & Answers ( http://www.pluralsight... (more)
category: Data | clicked: 57 | comment | | source: beyondrelational.com
tags: SQL Server
7
Shouts

Datta's Ramblings on Business Intelligence 'N' Life - Extracting Report URL from ReportServer database in SSRS

published 462 days, 23 minutes ago posted by dharadhara 464 days, 4 hours, 18 minutes ago
Friday, February 17, 2012 8:33:18 PM GMT Wednesday, February 15, 2012 4:38:25 PM GMT
I was working on a report for monitoring the usage of reports on a Report Server instance. As part of that, I wanted to display a list of reports with values for various metrics along with few additional links under each of the reports. (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, SSRS
5
Shouts

#0134 - SQL Server – SSMS – Tutorial – 09 - Integrating with peripheral services & other SQL Server tools (L200)

published 462 days, 23 minutes ago posted by dharadhara 464 days, 4 hours, 22 minutes ago
Friday, February 17, 2012 8:33:18 PM GMT Wednesday, February 15, 2012 4:34:47 PM GMT
As mentioned in Part 01 of this tutorial series, one of the key responsibilities of SSMS was to replace the erstwhile SQL Server Enterprise Manager – the interface that is used to manage & maintain the SQL Server instance configuration. In addition... (more)
category: Data | clicked: 32 | comment | | source: beyondrelational.com
tags: SQL Server, ssms, TSQL
6
Shouts

SSIS - Delete files older than retention period from folder with parameter using Script Task in SQL Server

published 462 days, 23 minutes ago posted by dharadhara 464 days, 4 hours, 22 minutes ago
Friday, February 17, 2012 8:33:18 PM GMT Wednesday, February 15, 2012 4:34:20 PM GMT
After using some of the ways to delete the files from the particular folder like Delete file using Script Task and File System Task in SSIS. We have seen such methods and used logic to get the files from the loop container and process to delete them and... (more)
category: Data | clicked: 32 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
5
Shouts

Jeff Wharton's Blog - SQL Server Integration Services 2012 (RC0) Project Conversion Bugs

published 463 days, 6 hours, 42 minutes ago posted by dharadhara 465 days, 3 hours, 41 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Tuesday, February 14, 2012 5:15:37 PM GMT
UPDATE – 10th February 2012 Since writing this article I’ve discovered that the Int32 error discussed below occurs irrespective of whether the ServerPort value is greater than 32767 i.e. even a value of 21 (the default) causes the same error. I’ve also... (more)
category: Data | clicked: 11 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
5
Shouts

#0133 - SQL Server – SSMS – Tutorial – 08 - How SSMS helps in reviewing and configuring your SQL Server Instance (L200)

published 463 days, 6 hours, 42 minutes ago posted by dharadhara 465 days, 3 hours, 42 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Tuesday, February 14, 2012 5:14:59 PM GMT
One of the most important aspects of SQL Server administration and maintenance is the ability to review and changing the existing configuration of the server. In Part 01 of this tutorial series, I had mentioned that one of the key responsibilities of... (more)
category: Data | clicked: 19 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

SSIS Tutorial - Getting started with SSIS - Part 4: Control Flow - Sudeep Raj

published 463 days, 6 hours, 42 minutes ago posted by dharadhara 465 days, 3 hours, 42 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Tuesday, February 14, 2012 5:14:39 PM GMT
In Control Flow, we set up the flow of jobs in an ETL process, like fetching the files from ftp location to local and then make the file ready for ETL or at times, we clear the staging tables before the ETL process. All such tasks are done before ETL commences. (more)
category: Data | clicked: 27 | 2 comments | | source: beyondrelational.com
tags: SQL Server, TSQL, SSIS
5
Shouts

Question of the month February 2012 - Find out problamatic query

published 463 days, 6 hours, 42 minutes ago posted by dharadhara 466 days, 2 hours, 59 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Monday, February 13, 2012 5:57:52 PM GMT
Without running these queries can you find out the query that would throw an error? (more)
category: Data | clicked: 27 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
5
Shouts

Client side Model binding with ASP.NET MVC 3 and KnockoutJs

published 463 days, 6 hours, 42 minutes ago posted by dharadhara 466 days, 2 hours, 59 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Monday, February 13, 2012 5:57:27 PM GMT
Client side Model binding with ASP.NET MVC 3 and KnockoutJs Knockoutjs is type safe client side library which provides declarative bindings of DOM with model data, Automatic UI refresh when view model changes etc. You can read more about KnockoutJS on... (more)
category: Web Dev | clicked: 92 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 ... 15 16 Next