DotNetShoutout - Stories tagged with SQL 2008
2
Shouts

SQL-Articles » SPARSE Column

published 505 days, 23 hours, 14 minutes ago posted by sqlarticlessqlarticles 506 days, 3 hours, 24 minutes ago
Monday, January 02, 2012 7:37:30 PM GMT Monday, January 02, 2012 3:28:00 PM GMT
It’s been a long this feature has been released however I just got an opportunity to check it out. This feature is released in SQL Server 2008 version. Sparse columns are normal columns which will store NULL values in a optimized storage which means no storage space is taken when you store NULL values to that column. Happy !! there is some overhead for storing non NULL values to this columns, it will take some more space for non NULL values. (more)
category: Data | clicked: 8 | comment | | source: sql-articles.com
tags: SQL 2008, Development, sparse, database design, sqlarticles
2
Shouts

SQL-Articles » Creating a Data Tier Application (DAC) Package

posted by sqlarticlessqlarticles 612 days, 1 hour, 19 minutes ago
Sunday, September 18, 2011 5:32:10 PM GMT
In previously article I’ve covered what is DAC package and how it helps during deployment. In this article I’m going we are going to see how can we create a new data tier application (DAC) package for deployment. All SQL Server related objects can be included in this package for deployment, this includes both database and server level objects. (more)
category: Data | clicked: 1 | 1 comment | | source: sql-articles.com
tags: DAC, data tier application, DBA, SQL 2008, sqlarticles
2
Shouts

Select Find Nth Highest Salary Record In Sql Server

posted by amitjainamitjain 615 days, 10 hours, 11 minutes ago
Thursday, September 15, 2011 8:40:46 AM GMT
This is most frequentky asked question how to select or get nth highest record or nth row/record from any column of sql table. for example select get or fetch 2nd (second highest) or nth highest salary of employee or 10th highest record from the table. There are various ways to achieve this result, i've mentioned few here. (more)
category: Data | clicked: 2 | comment | | source: csharpdotnetfreak.blogspot.com
tags: SQL 2008, Database, ASP.NET
3
Shouts

Display Facebook Online Users in Aspnet | DevelopersCode

published 649 days, 21 hours, 50 minutes ago posted by taanu51taanu51 650 days, 8 hours, 43 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:08:30 AM GMT
Hi friends, In this article i would like to explain a simple trick to integrate chating popup window in Aspnet for Facebook lovers First Open the visual studio 2008 Next,select a Aspnet Website and change the name as FacebookChating.aspx Next,Click on the source page of FacebookChating.aspx write the following code in the Head sectionand write the following code in the body sectionThats it..friends.....Subscribe to Get this Post as E Book Other Recommended Posts: Aspnet , Facebook (more)
category: Web Dev | clicked: 23 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, Facebook, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Simple steps to understand Delegates in C# | DevelopersCode

published 649 days, 21 hours, 50 minutes ago posted by taanu51taanu51 650 days, 8 hours, 45 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:06:41 AM GMT
Hi friends, in this article I would like share some important and simple steps about Delegates in C#Steps: 1) Delegates are similar to C++ Function Pointers2) Delegates holds the address of one or Address of many functions 3) Delegate Encapsulates (hides) some information like Class names and method names4) Delegates divided in to 2 types àSingle cast Delegate àMulticast Delegate Single cast Delegate: Single cast holds the address of one function Multicast Delegates: à Multicast cast delegates ho... (more)
category: Web Dev | clicked: 20 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Difference between Data Reader and Dataset | DevelopersCode

published 649 days, 21 hours, 50 minutes ago posted by taanu51taanu51 650 days, 8 hours, 46 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:05:46 AM GMT
Hi friends, in this article I would like share some important differences between Data Reader and Dataset Data set: --> Dataset is a class, which is the part of System. Data Namespace --> Dataset supports connectionless architecture. That is, active connection is not required while working with datasets --> Dataset cannot communicate directly with database Hence data adapter is required to carry the data in between dataset and database --> Data Adapter is used to carry the data but ... (more)
category: Web Dev | clicked: 14 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Develop your own TextBox with a new enumerated property called as Input Type | DevelopersCode

published 649 days, 21 hours, 50 minutes ago posted by taanu51taanu51 650 days, 8 hours, 47 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:04:36 AM GMT
Hi Friends,In this tutorial i wolud like to explian very interesting topic about creating your own Textbox.Here we are creating two types of text boxes .one Textbox for accepting only digits and another textbox accepting only alphabets(Upper case and lower case) Step 1)First open the visual studio 2008 Step 2)Next open the windows forms control library project and change the name as UserDefinedTextBox Step 3)next open the code view Step 4)change the class declaration as follows public partial clas... (more)
category: Web Dev | clicked: 12 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
4
Shouts

SQL Server Developer Tools, Codename

published 675 days, 10 hours, 14 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 679 days, 9 hours, 51 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Wednesday, July 13, 2011 9:00:17 AM GMT
...provides an integrated environment for database developers to carry out all their database design work for any SQL Server platform (both on and off premise) within Visual Studio. Database developers can use the enhanced Server Explorer in VS to easily create or edit database objects and data, or execute queries. Developers will also appreciate the familiar VS tools we bring to database development, specifically; code navigation, IntelliSense, language support that parallels what is available... (more)
category: Architecture | clicked: 7 | comment | | source: code2code.info
tags: SQL 2008
3
Shouts

Running SQL Server JOBS with different user accounts in SQL 2008 | TechBubbles

posted by kalyanms1kalyanms1 679 days, 20 hours, 47 minutes ago
Tuesday, July 12, 2011 10:04:28 PM GMT
This post discusses about configuring different user account to JOB running in SQL Server 2008. By default SQL JOBs runs under service account that you have configured while installing the SQL Server. You can follow the below steps to change the user account that running under JOB   1. Open SQL Server Management Studio and expand the SQL Server Agent node and Select the JOB that you want to change the running account. Double click the selected JOB then you will get the below dialogue Select... (more)
category: Architecture | clicked: 13 | 1 comment | | source: www.techbubbles.com
tags: SQL 2008
3
Shouts

Install Northwind or pubs database on sql server 2008

published 778 days, 23 hours, 5 minutes ago posted by amitjainamitjain 781 days, 5 hours, 53 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Saturday, April 02, 2011 12:58:19 PM GMT
n this post i am going to describe how to install northwind or pubs sample database on sql server 2008. Follow steps mentioned below (more)
category: Data | clicked: 1 | comment | | source: csharpdotnetfreak.blogspot.com
tags: SQL Server, pubs, SQL 2008, Northwind
4
Shouts

How-to: Quick & Dirty SQL Express scheduled backup

published 824 days, 20 hours, 49 minutes ago posted by https://www.google.com/profiles/dougrathbonehttps://www.google.com/profiles/dougrathbone 827 days, 16 hours, 56 minutes ago
Thursday, February 17, 2011 10:02:52 PM GMT Tuesday, February 15, 2011 1:55:12 AM GMT
SQL Express is pretty awesome as a light weight database server, and when Microsoft released it using the same database engine as the full version they did the world a huge favour. I have seen SQL Express in use on a lot of Virtual Private Servers & development boxes, but in most cases users don’t backup their databases regularly because of the missing scheduled jobs functionality that doesn’t ship in the Express version of Microsoft SQL Server. Like most limitations there is an easy way around this. (more)
category: Data | clicked: 0 | comment | | source: www.diaryofaninja.com
tags: sql 2005, SQL 2008, backup
2
Shouts

Check whether an expression is numeric type in sql server - Dot Net logiX

posted by DotNetLogixDotNetLogix 944 days, 9 hours, 45 minutes ago
Thursday, October 21, 2010 9:06:26 AM GMT
Check whether an expression is numeric type in sql server - Dot Net logiX (more)
category: Data | clicked: 1 | comment | | source: www.dotnetlogix.com
tags: sql 2005, SQL 2008, SQL
2
Shouts

How to cleare login history of user from sql server

published 944 days, 22 hours ago posted by DotNetLogixDotNetLogix 945 days, 10 hours, 36 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Wednesday, October 20, 2010 8:16:08 AM GMT
How to cleare login history of user from sql server (more)
category: Data | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: sql 2005, SQL 2008
5
Shouts

ssms tools pack

published 997 days, 3 hours, 52 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 997 days, 12 hours, 20 minutes ago
Sunday, August 29, 2010 2:59:30 PM GMT Sunday, August 29, 2010 6:31:32 AM GMT
SSMS Tools Pack is an add-in for Microsoft SQL Server Management Studio (SSMS) 2005, 2008, 2008 R2 and their respective Express versions. It contains a few upgrades to the SSMS IDE that I thought were missing. The current features include: • SQL Snippets • Window Connection Coloring • Query Execution History and Current Window History • Format SQL • Search Table, View or Database Data • Run one script on multiple databases • Copy execution plan bitmaps to clipboard or file • Search R... (more)
category: Data | clicked: 0 | comment | | source: code2code.info
tags: SQL 2008, SQL
5
Shouts

Use RegEx in SQL with CLR Procs

published 1080 days, 7 hours, 10 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1081 days, 17 hours, 35 minutes ago
Monday, June 07, 2010 11:41:47 AM GMT Sunday, June 06, 2010 1:16:29 AM GMT
Wouldn’t it be handy if you could use regular expressions (RegEx) in your SQL code?  You could do some really advanced queries through the ability to specify regular expressions rather than just the simple like % matching you normally use.SQL CLR can do that! Yes, you can use the .Net regex library using a SQL CLR method registered as a SqlFunction.  This example uses VistaDB 4, but the same code will work with SQL Server 2005 / 2008, by changing the using namespaces.  I will demonstrate the same code i... (more)
category: Data | clicked: 0 | comment | | source: infinitecodex.com
tags: Regular Expression, SQL 2008, VistaDB, Clr procedures
2
Shouts

Microsoft SQL Server 2008 Certification Paths

posted by tsqltsql 1113 days, 10 hours, 29 minutes ago
Wednesday, May 05, 2010 8:22:25 AM GMT
Microsoft SQL Server 2008 Certification Paths Microsoft SQL Server database administrators, sql developers, Business Intelligence (BI) professionals who are working with MS SQL Server 2008 can find SQL Server 2008 Certification Paths here (more)
category: Data | clicked: 1 | comment | | source: www.kodyaz.com
tags: certification, SQL 2008, SqlServer 2008
4
Shouts

Script Data in MS SQL Server 2008 Database Tables using Generate SQL Server Script Wizard

published 1136 days, 7 hours, 48 minutes ago posted by eralpereralper 1137 days, 8 hours, 27 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Sunday, April 11, 2010 10:24:43 AM GMT
Script Data in MS SQL Server 2008 Database Tables using Generate SQL Server Script Wizard MS SQL Server 2008 has new Generate Scripts option which enables sql programmers to script data in SQL Server database tables. SQL developers can script data from sql tables into a script file, to the clipboard or script data on a new sql query window. Script data can be used to export and/or import table data from one database to another database. The Script Data option creates INSERT statements foreach row ... (more)
category: Data | clicked: 0 | comment | | source: www.kodyaz.com
tags: SQL 2008, SQL, script data
4
Shouts

SQL Backup Compression Default Option in MS SQL Server 2008 sp_configure Command

posted by eralpereralper 1175 days, 9 hours, 5 minutes ago
Thursday, March 04, 2010 9:46:36 AM GMT
SQL Backup Compression Default Option in MS SQL Server 2008 sp_configure Command SQL backup compression is a must tool for many Microsoft SQL Server administrators if you experience disk space problems. (more)
category: Data | clicked: 1 | comment | | source: www.kodyaz.com
tags: SQL Server, SQL 2008, sql backup, SQL Server 2008, data compression, backup compression
2
Shouts

DTS To SSIS Migration: Unable To Cast COM Object Issue

posted by MarlonRibunalMarlonRibunal 1210 days, 18 hours, 15 minutes ago
Thursday, January 28, 2010 12:36:31 AM GMT
DTS To SSIS Migration: Unable To Cast COM Object Issue2010 January 27tags: COM object, DTS 2000 Runtime, dts to ssis, package migration, unable to cast COM objectby MarlonRibunal I need to migrate the exact package from SQL Server 2000 DTS to SQL Server 2008 SSIS. This particular package is OK to migrate using the “Migrate DTS 2000 Package” Wizard since I don’t have those complicated tasks that won’t simply migrate.The Issue: So I right-click the wizard but when I run it I am getting a “Unable to cast ... (more)
category: Data | clicked: 1 | comment | | source: dbalink.wordpress.com
tags: SQL 2008, etl, SSIS
2
Shouts

SQL-Articles - DotNet 3.5 on Windows 7 to Install SQL Server 2008

posted by sqlarticlessqlarticles 1217 days, 16 hours, 22 minutes ago
Thursday, January 21, 2010 2:30:03 AM GMT
This is a quick post to install or enable .Net 3.5 on windows 7. Last couple of weeks I’m seeing more questions on installing SQL Server 2008 in windows 7 and the users are unable to install SQL Server 2008 pre-requisite (.Net 3.5 ). To Install SQL Server 2008, windows installer 4.5 & .Net 3.5 is required. Windows installer 4.5 is inst... (more)
category: Data | clicked: 3 | comment | | source: www.sql-articles.com
tags: Windows 7, SQL 2008, sql installation, .NET 3.5
Previous 1 2 Next