Blogs about: Microsoft Sql

Featured Blog

SQL stopping the shrink db

ixion999 wrote 20 hours ago: Before I start this I think it’s only fair to mention that shrink db isn’t a good option … more →

Tags: SQL SSMS SP_WHO2 SHRINK KILL

Configuring an Account for Unattended Report Processing

delacruzr wrote 6 days ago: You can configure a special account to use for unattended report processing (that is, to support sub … more →

Tags: Sharepoint 2010, SharePoint 2013

Reporting Services 2008 - The report server installation is not initialized

delacruzr wrote 1 week ago: If you get an error similar to the one below when trying to setup the report server. The application … more →

Tags: Sharepoint 2010, SharePoint 2013

Microsoft SQL Databases Hosting

sliceafrica14 wrote 2 months ago: The SQL Databases Internet hosting expert services rank amongst the leading in the genre of internet … more →

Tags: Web Hosting Murah, web hosting murah terbaik indonesia hosting iix berkual, eazysmart, www.eazysmart.com, Click Here, web hosting india

Microsoft SQL Databases Hosting

sliceafrica14 wrote 2 months ago: click here Even so, if you individual a website for personalized motives or you have just started ou … more →

Tags: Web Hosting Murah, web hosting murah terbaik indonesia hosting iix berkual, eazysmart, www.eazysmart.com, Click Here, web hosting india

Database Hosting

sliceafrica14 wrote 2 months ago: Having a personal internet site usually involves getting to upload enormous quantities of facts to t … more →

Tags: Web Hosting Murah, web hosting murah terbaik indonesia hosting iix berkual, eazysmart, www.eazysmart.com, Click Here, web hosting india

How to see sessions that are currently established in the database

evacion wrote 2 months ago: set nocount on DECLARE @DBName VARCHAR(50) SELECT @DBName = ‘databaseName’ begin try dro … more →

Tags: Technical Corner

Varrow Madness - Session Slides1 comment

Tony Pittman wrote 2 months ago: I really hope you were at Varrow Madness with us in Durham, NC last week, because it was pretty incr … more →

Tags: EMC, Microsoft, RecoverPoint, virtualization, vmware vsphere, vnx

Optimizing SQL Server performance for Microsoft SharePoint 2010/2013

jespermchristensen wrote 2 months ago: This is a duplicate post from my SharePoint Community blog: http://sharepoint-community.net/profiles … more →

Tags: Microsoft SharePoint, SharePoint, Sql Server Databases, sql server database, SQL Servers

SQL update top n records

ixion999 wrote 3 months ago: Not something I need to do very often but I needed to update the top n records on a table with a val … more →

Tags: Microsoft, MSSQL, SQL, TOP, Update

SQL get Default Constraint Definition1 comment

ixion999 wrote 3 months ago: I have to get the definition for multiple default constraints on a SQL database I look after. To do … more →

Tags: Microsoft, SQL, MSSQL, development, dba, Constraint, Default

SSMS Tools Pack

ixion999 wrote 3 months ago: SQL Server Management Studio (SSMS) has some good functionality but there’s still some things … more →

Tags: Microsoft, SQL, MSSQL, development, dba, ssms, Add-in

SQL Split String Function without using loops1 comment

ixion999 wrote 3 months ago: One of the many omissions from SQL is a split function. This nice little function from stackoverflow … more →

Tags: Microsoft, SQL, MSSQL, Split, Stored Function, String

SQL Return Query Results as HTML Table

ixion999 wrote 3 months ago: I recently had the need to return some data in HTML format and the best way of doing this way to ret … more →

Tags: Microsoft, SQL, MSSQL, development, dba, HTML 2, xml, Table

SQL Get Object Definition1 comment

ixion999 wrote 4 months ago: There are several methods (sp_help and object_definition) for getting definitions for stored procedu … more →

Tags: SQL, development, dba, sp_help, Object, definition, Stored Procedure, Stored Function, OBJECT_DEFINITION

Microsoft Infrastructure Planning and Design guides

Peter Egerton wrote 4 months ago: Whilst searching for a SQL Infrastructure Planning and Design (IPD) guide I stumbled across this lin … more →

Tags: Microsoft Exchange, Microsoft System Center Configuration Manager, Microsoft Windows Server, 2007, 2007, 2008, Microsoft System Center, 2012, Windows

SQL Find Missing Indexes

ixion999 wrote 4 months ago: It can’t be overstated the importance of using indexes on databases over a trivial size. But i … more →

Tags: Microsoft, MSSQL, development, dba, index

SQL Split Function

ixion999 wrote 4 months ago: It is somewhat baffling that such a widely used function as split is missing from T-SQL. Perhaps not … more →

Tags: Microsoft, SQL, MSSQL, function, development, Split

SQL Sentence Case Function without Loop

ixion999 wrote 4 months ago: I am not a fan of using loops in my SQL queries. So, finding this rather elegant solution to convert … more →

Tags: Microsoft, SQL, MSSQL, function, Sentence case, development


Related Tags
All →

Follow this tag via RSS