DotNetShoutout - Stories tagged with SQL
2
Shouts

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

posted by DotNetLogixDotNetLogix 940 days, 14 hours, 17 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
8
Shouts

A Feature-driven Comparison of Entity Framework and NHibernate—Fetch Plans

published 941 days, 2 hours, 32 minutes ago posted by sonukapoorsonukapoor 943 days, 9 hours, 49 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Monday, October 18, 2010 1:34:00 PM GMT
This article is about fetch plans-a recognized and common way for developers to instruct the O/RM about the structure of the SQL you desire. (more)
category: Architecture | clicked: 2 | comment | | source: dotnetslackers.com
tags: SQL, NHibernate, fetch-plan, ORM
12
Shouts

Known Unknown of System Stored Procedure of sys.sp_tables

published 943 days, 8 hours, 47 minutes ago posted by pinaldavepinaldave 944 days, 6 hours, 33 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Sunday, October 17, 2010 4:49:33 PM GMT
http://blog.sqlauthority.com/2010/10/17/sql-server-system-stored-procedure-sys-sp_tables/ (more)
category: Data | clicked: 2 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
6
Shouts

Use sequential guids in c# « Daniel Wertheim

published 945 days, 9 hours, 9 minutes ago posted by sedanwersedanwer 947 days, 4 hours, 35 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Thursday, October 14, 2010 6:47:40 PM GMT
Use sequential guids in c# 2010/10/14by Daniel WertheimLeave a Comment Sql-server has support for generating sequential ids so that they get indexed in a ordered fashion. .Net doesn’t have this. You could invoke code in a managed library but that will not guarantee uniqueness if the computer has mac….. yada, yada, yada.. Why not let Sql-server generate a batch, sit on them in .Net in a queue and when needed you check one out? I’m not saying you should. I’m saying you could. (more)
category: Data | clicked: 3 | comment | | source: daniel.wertheim.se
tags: ADO.NET, sequential guids, SQL
4
Shouts

Kodyaz Development Resources

published 948 days, 4 hours, 51 minutes ago posted by eralpereralper 949 days, 10 hours, 21 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Tuesday, October 12, 2010 1:02:11 PM GMT
Problem Statement: In your SQL Server database you have two database tables to store expenses and payments for closing expense amount. You want to list the expenses of a customer using t-sql by querying your sql tables. This list will also add the payments done by the same customer to close these expenses. Each payment will be listed as new columns beside the expenses records. (more)
category: Data | clicked: 1 | comment | | source: www.kodyaz.com
tags: SQL Server, CTE, SQL Server 2008, SQL, T-SQL, SQL Server 2005
10
Shouts

SQL SERVER – Encrypted Stored Procedure and Activity Monitor

published 949 days, 8 hours, 55 minutes ago posted by pinaldavepinaldave 949 days, 20 hours, 21 minutes ago
Tuesday, October 12, 2010 2:27:34 PM GMT Tuesday, October 12, 2010 3:02:00 AM GMT
If you are using Encrypted Stored Procedure you not see them in Activity Monitor (more)
category: Data | clicked: 0 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
4
Shouts

SQL Server Transact-SQL (SSQA.net) : How to Generate Script along with Data?

published 954 days, 8 hours, 54 minutes ago posted by eralpereralper 956 days, 11 hours, 34 minutes ago
Thursday, October 07, 2010 2:28:47 PM GMT Tuesday, October 05, 2010 11:48:30 AM GMT
How to Generate Script along with Data? One of the new features available in SQL Server 2008 is scripting the tables along with data (in the form of INSERT statements). Here are the useful links that can help you generating script with data SQL Server 2008 http://www.kodyaz.com/articles/sql-server-script-data-with-generate-script-wizard.aspx SQL Server 2000/2005  http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en   Publishe... (more)
category: Data | clicked: 0 | comment | | source: sqlserver-qa.net
tags: SQL Server, SQL, script
4
Shouts

Raymond Camden's ColdFusion Blog: Exporting SQL Server Data to a Script

published 954 days, 8 hours, 46 minutes ago posted by eralpereralper 956 days, 11 hours, 43 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 11:40:17 AM GMT
Exporting SQL Server Data to a Script So, I recently ran into an interesting problem. I needed to export data from SQL Server, but I need it in a form that I could use in a script - in other words, I wanted to export to a series of insert statements. Unfortunately, SQL Server (specifically Enterprise Manager, and I should be clear that I use both terms off and on to refer to the same thing) only lets you export to a delimited file - not a file you can run as is. (Unlike mySQL-Front, a darn nice client f... (more)
category: Data | clicked: 2 | comment | | source: www.coldfusionjedi.com
tags: SQL Server, SQL, script
4
Shouts

SQL Server Manager select and kill process query

published 954 days, 8 hours, 46 minutes ago posted by eralpereralper 956 days, 11 hours, 56 minutes ago
Thursday, October 07, 2010 2:36:58 PM GMT Tuesday, October 05, 2010 11:26:33 AM GMT
Who is hogging the database process? This question can be hard to answer if you don’t have the right tools to view the Activity monitor. (more)
category: Data | clicked: 0 | comment | | source: www.ninjacoding.net
tags: SQL, T-SQL, SQLServer
14
Shouts

The Limitations of the Views – Eleven and more…

published 956 days, 11 hours, 57 minutes ago posted by pinaldavepinaldave 958 days, 13 hours, 51 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Sunday, October 03, 2010 9:31:48 AM GMT
I am confident that you may know few and you may know many. I am now interested to read what all of you have to offer on this subject. I encourage all of you to go through complete series and write your own on the subject (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
5
Shouts

SQL Server 2008 SP2 is available for download today! - SQL Server Team Blog

published 959 days, 2 hours, 57 minutes ago posted by iftekharahmedamitiftekharahmedamit 961 days, 17 hours, 36 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Thursday, September 30, 2010 5:47:19 AM GMT
Microsoft is pleased to announce the availability of SQL Server 2008 Service Pack 2. Both the Service Pack and Feature Pack updates are now ready for download on the Microsoft Download Center. Service Pack 2 for SQL Server 2008 includes new compatibility features with SQL Server 2008 R2, product improvements based on requests from the SQL Server community, and hotfix solutions provided in SQL Server 2008 SP1 Cumulative Update 1 to 8. Key improvements in Microsoft SQL Server 2008 Service Pack 2 are:.. (more)
category: Data | clicked: 0 | comment | | source: blogs.technet.com
tags: SQL Server, SQL Server 2008, SQL, SP2, SQL Server 2008 SP2
12
Shouts

Wait Stats and Health Check - A Path to Performance

published 961 days, 18 hours, 28 minutes ago posted by pinaldavepinaldave 962 days, 20 hours, 6 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 3:17:18 AM GMT
Wait Stat Analysis is very crucial for optimizing databases, but it is often overlooked due to lack of understanding. We perform advanced resource Wait Statistics Analysis and provide you with suggestions to optimize your database server. We train your DBA to make them skillful enough so they can perform this analysis by themselves in the future. (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
5
Shouts

Things good to know about SQL State Server

published 967 days, 15 hours, 28 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 968 days, 4 hours, 7 minutes ago
Friday, September 24, 2010 7:54:58 AM GMT Thursday, September 23, 2010 7:16:20 PM GMT
While installing a SQL State Server last week, I came across a few things worth sharing about the installation and use of SQL State Server. (more)
category: Web Dev | clicked: 1 | comment | | source: jclaes.blogspot.com
tags: SQL, state, ASP.NET, Session
11
Shouts

SQL SERVER – COUNT(*) Not Allowed but COUNT_BIG(*) Allowed – Limitation of the View 5 « Journey to SQL Authority with Pinal Dave

published 967 days, 15 hours, 28 minutes ago posted by pinaldavepinaldave 968 days, 11 hours, 59 minutes ago
Friday, September 24, 2010 7:54:58 AM GMT Thursday, September 23, 2010 11:24:26 AM GMT
One of the most prominent limitations of the View it is that it does not support COUNT(); however, it can support COUNT_BIG() operator. In the following case, you see that if View has COUNT () in it already, it cannot have a clustered index on it. On the other hand, a similar index would be created if we change the COUNT () to COUNT_BIG (*).For an easier understanding of this topic, let us see the example here. USE tempdb GO IF EXISTS (SELECT * FROM sys.views WHERE OBJECTID = OBJECTID(N'[dbo].[... (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
9
Shouts

SQL Server Compact Toolbox – Extension #12 - Sara Ford

published 964 days, 11 hours, 32 minutes ago posted by jantujantu 969 days, 3 hours, 54 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Wednesday, September 22, 2010 7:29:05 PM GMT
If you use SQL Server Compact, Microsoft’s embedded database for devices, desktops and soon ASP.NET, this extension is for you. It adds several features not found in Server Explorer Data Connections: * Support for both version 3.5 and 4.0 database files * Script tables, including data * Script entire schema, optionally with data, both of SQL Server Compact and SQL Server 2005 or later databases (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: extensions, SQL, ASP .NET
16
Shouts

How to Stop Growing Log File Too Big

published 970 days, 11 hours, 16 minutes ago posted by pinaldavepinaldave 971 days, 15 hours, 18 minutes ago
Tuesday, September 21, 2010 12:06:57 PM GMT Monday, September 20, 2010 8:05:03 AM GMT
A Simple Solution to Ancient Problem (more)
category: Data | clicked: 2 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
15
Shouts

What is an MVP? – How to become an MVP?

published 973 days, 10 hours, 6 minutes ago posted by pinaldavepinaldave 975 days, 15 hours, 46 minutes ago
Saturday, September 18, 2010 1:16:58 PM GMT Thursday, September 16, 2010 7:37:18 AM GMT
A Direct Answer to Famous Question! (more)
category: Web Dev | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
12
Shouts

Gibraltar Software Acquires VistaDB

published 971 days, 10 hours, 52 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 976 days, 16 hours, 35 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Wednesday, September 15, 2010 6:48:14 AM GMT
VistaDB, an Embedded SQL Database Engine Used By Thousands of .NET Developers Worldwide, Has Been Acquired By Esymmetrix, Developer of Gibraltar Software, a Suite of Products for Application Monitoring and Customer Support. – Read full press releaseWelcome the new team Please welcome Gibraltar Software as the new team that will drive VistaDB forward.  Kendall and the entire Gibraltar team know the product very well, they use it in their own products.  Very similar to how I took over VistaDB originally, ... (more)
category: Data | clicked: 26 | 1 comment | | source: infinitecodex.com
tags: VistaDB, SQL
2
Shouts

enable disable trick with bit data type in sql | eugene.K

posted by eugeneKeugeneK 977 days, 9 hours, 57 minutes ago
Tuesday, September 14, 2010 1:25:47 PM GMT
Many times when we design our tables in SQL we cre­ate bit value for on/off some­thing ie. activ­ity of item. So if i have a book­store then each book item in Books table would have “isAvail­able” bit col­umn which will tell us if the book is avail­able in stock so users can order it or not. All fine for now but what hap­pens when I want to change avail­abil­ity status? First i would need to have bookID for exam­ple to know which book i want to change the sta­tus for, then to have cur­rent sta­tus of t... (more)
category: Data | clicked: 0 | comment | | source: ekdd.co.il
tags: MSSQL, SQL
7
Shouts

Dean Hume - A Simple Guide to SQL Compact 4

published 983 days, 11 hours, 48 minutes ago posted by deanomachinodeanomachino 984 days, 12 hours, 38 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 10:44:31 AM GMT
A Simple Guide to SQL Compact 4 There has been quite a lot of interest building up recently around SQL Compact 4. Now, if you are not familiar with SQL compact, it's basically a database engine that is free and totally embedded. You don't need to install a database anywhere on your server. Not only that, but it works with existing .NET based data API's (Entity Framework, NHibernate). Another great advantage of using a SQL CE database is that it is totally file based and you can store your database... (more)
category: Data | clicked: 1 | comment | | source: deanhume.com
tags: C#, SQL, SQL Compact, SQL compact 4