Error!
Success!

By tag: SQL

showing:  of
0
kicks

Logging SQL queries in Orchard  (Unpublished)

It is often useful to see what database queries were made during a specific request in Orchard. Bertrand takes us through this in a brief informative post


Kicked By:
Drop Kicked By:
0
kicks

One SQL script file from multiple files  (Unpublished)

Save tonnes of time by providing a consolidated script to you client to update the database


Kicked By:
Drop Kicked By:
0
kicks

Announcing the Windows Azure Hub on Channel 9  (Unpublished)

Great resources for learning all about Windows Azure.


Kicked By:
Drop Kicked By:
0
kicks

Simple script to backup all SQL Server databases  (Unpublished)

Working as developer or DBA, we often required to take the backup of database. This is not a big deal if you have a handful of databases, but this task become very hectic if the there is number of databases (ex. 50+) on the same instance of SQL Server.


Kicked By:
Drop Kicked By:
0
kicks

Server Management Tips for SQL Server  (Unpublished)

Administrating the Server resources such as memory, processes and storage and low level resources such as locks, latches and queues are crucial as these are consumed by transactions. This post outlines some tips on managing server level and database level resources and also explains monitoring user ...


Kicked By:
Drop Kicked By:
0
kicks

Creating a Plan Guide in SQL Server 2012  (Unpublished)

Plan Guide is a very nice feature in SQL Server that allows you to apply hints to your queries without having to change the query type or text in the application. Plan Guides influence query optimization by using the query hints. This post shows you how to create a Plan Guide and apply to a query in...


Kicked By:
Drop Kicked By:
0
kicks

Performance tuning essentials for SQL Server DBA  (Unpublished)

This post outlines various options and tools for performing performance tuning on SQL Server. Performance tuning is ongoing, iterative process and it never stops. Typical performance tuning methodologies a


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

SQLGeography in SQL Server 2012 – Polygon must start on correct positi  (Unpublished)

I've been working with some simple spatial data lately. In one use-case, the user marks a polygon by using an iPad or iPhone in field and walks around storing points (coordinates), which after at least three points, forms an area (the first coordinates are also used as the last to close it). I’m usi...


Kicked By:
Drop Kicked By:
0
kicks

Removing SQL Server Index Fragmentation  (Unpublished)

Over time, the indexes applied to tables in a SQL Server database can become fragmented because of row insertions, updates and deletions. This fragmentation can severely impact the performance of the database so should be rectified periodically.


Kicked By:
Drop Kicked By:
0
kicks

Obtaining the Last Inserted Identity in Any SQL Server Session  (Unpublished)

It is a common task to obtain the last inserted identity value for a SQL Server table for the current connection, with @@IDENTITY, or for the current scope, with SCOPE_IDENTITY. However, it is also possible to find the latest identity inserted by any session.


Kicked By:
Drop Kicked By:
0
kicks

Recovering files from SQL Management Studio  (Unpublished)

Ever losing a query because of system restart?


Kicked By:
Drop Kicked By:
0
kicks

Download Your 100% Free, Non-Expiring Version of EntitySpaces Today  (Unpublished)

This is not a trial version, but the Entire EntitySpaces Studio and Profiler which we have made 100% Free. The Download.com link says 45 day Trial but that is wrong and will be corrected tomorrow, it's 100% free and under the BSD license.


Kicked By:
Drop Kicked By:
0
kicks

Truncate all Logs on a SQL Server with TSQL  (Unpublished)

Hers's some T-SQL for truncating all logs on a Microsoft SQL Server:


Kicked By:
Drop Kicked By:
0
kicks

Select list of all tables in a MS SQL Server database including row co  (Unpublished)

Select list of all tables in a MS SQL Server database including row count The following script lists all tables in a database and their row count.


Kicked By:
Drop Kicked By: