SQL

 Pages: 1 | 2 | 3 | 4 | 5 | 6 | 7
< Previous    Next >
SharePoint Resources arranged by category

Rating

Do you want to know which version of SQL server you’re running?

Posted by Aage Andre on February 23, 2011

Connect to SQL Server management studio and run: SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition') You should... [read more]

Rating

User Without Login in SQL Server

Posted by sladescross on October 5, 2011

http://social.msdn.microsoft.com/forums/en-US/sqlsecurity/thread/3425c9bf-4f20-4664-8bb1-ed21f2468175/ – Let’s look at the token SELECT principal_id, sid, n... [read more]

Rating

SQL Server Spatial Data Types

Posted by sladescross on October 3, 2010

http://jasonfollas.com/blog/archive/2008/03/14/sql-server-2008-spatial-data-part-1.aspx Geometry and Geography. The most important thing to keep in mind about t... [read more]

Rating

SQL Clustered Indexes and Deletes

Posted by sladescross on January 3, 2012

http://erinstellato.com/2011/05/sql-university-internals-deletes/ Deletes on a heap do not deallocate. ... [read more]

Rating

SQL Table Expressions

Posted by sladescross on September 7, 2011

http://msdn.microsoft.com/en-us/magazine/cc163346.aspx SELECT e.EmployeeID, oe.NumOrders, oe.MaxDate, e.ReportsTo AS ManagerID, om.NumOrders, om.MaxDate FROM E... [read more]

Rating

SQL Mirroring and Sharepoint

Posted by sladescross on September 2, 2010

http://blogs.technet.com/b/wbaer/archive/2010/05/03/database-mirroring-in-sharepoint-2010.aspx Bill Baer overview of the past. Configuration In many cases the S... [read more]

Rating

SQL Server DBA/ SharePoint Admin Needed GabriellaHiresIT

Posted by GabriellaHiresIT on May 5, 2011

Email Subscription. Enter your email address to subscribe to this blog and receive notifications of new posts by email. ... SharePoint MOSS 2007, SharePoint Cen... [read more]

Rating

SQL Disk Allocation Sizes

Posted by sladescross on September 29, 2010

http://www.mssqltips.com/tip.asp?tip=2119&home As you can see, the offset of Disk 1, Partition 0 is 32,258 bytes. That’s sixty-three 512 byte blocks.... [read more]

Rating

SQL Server Editions

Posted by sladescross on January 2, 2012

SELECT SERVERPROPERTY(‘ProductVersion’) AS ProductVersion, SERVERPROPERTY(‘ProductLevel’) AS ProductLevel, SERVERPROPERTY(‘Edition’) AS Edition GO ... [read more]

Rating

Unable to modify navigation - Add heading/link

Posted by Tarek Yehia on January 24, 2011

When I Try to modify Navigation in a site and add a heading, this is not working. When pushing OK, there is nor error messages appearing, but the heading is n... [read more]

Rating

SSIS to Update or Insert

Posted by sladescross on February 1, 2012

http://consultingblogs.emc.com/jamiethomson/archive/2006/09/12/SSIS_3A00_-Checking-if-a-row-exists-and-if-it-does_2C00_-has-it-changed.aspx Data flow task t0 lo... [read more]

Rating

Building a SharePoint Development Environment on Windows 7 - MOSS Blog

Posted by System Account on June 30, 2009

SQL Server VSS Writer. Windows SharePoint Services Administration. Windows SharePoint Services Search (only if this is installed using Central Administration). ... [read more]

Rating

Building a SharePoint Development Environment on Windows 7 - MOSS Blog

Posted by System Account on June 30, 2009

SQL Server VSS Writer. Windows SharePoint Services Administration. Windows SharePoint Services Search (only if this is installed using Central Administration). ... [read more]

Rating
 

Build Transaction Log Bak

Posted by sladescross on August 10, 2011

SELECT ‘BACKUP LOG ‘ + name + ‘ TO DISK = ‘ + ”’H:BackupsSQL’ + name + ‘.bak”’ + ‘ WITH NOFORMAT, NOINIT, NAME=’ + ”” + name + CO... [read more]

Rating

Column Level Security

Posted by sladescross on October 16, 2010

http://technet.microsoft.com/en-us/library/cc966395.aspx#XSLTsection129121120120 SQL Server 2005. ... [read more]

 Pages: 1 | 2 | 3 | 4 | 5 | 6 | 7
< Previous    Next >