One of the bloggers I follow is Brent Ozar. I tell you I’m a fan. I like the way he writes his stuff. Anyway, he blogged about The Problem With SQL Server Training Today, and The Answer to SQL Server … more →
belle's sql musingsbelle wrote 1 year ago: One of the bloggers I follow is Brent Ozar. I tell you I’m a fan. I like the way he writes his stuff … more →
belle wrote 1 year ago: Problem: SQL Server replication requires the actual server name to make a connection to the server. … more →
belle wrote 1 year ago: I previously posted about a SQL Server CheatSheet from DotNet4All that I thought was useful and comp … more →
belle wrote 1 year ago: Problem: Msg 5064, Level 16, State 1, Line 1 Changes to the state or options of database <your db … more →
belle wrote 1 year ago: Just came across this SQL Server Developer Fact Sheet made by Xander Zelders of DotNet4All. It’s a h … more →
belle wrote 1 year ago: SQL Server – uses NEWID() in ORDER BY 1: -- using the AdventureWorks Database 2: SELECT 3: TOP 10 4: … more →
belle wrote 1 year ago: Sample script below: 1: -- ========================================================================= … more →
belle wrote 1 year ago: 1: -- ========================================================================== 2: -- Object : Outp … more →
belle wrote 1 year ago: Free ebooks Grab them while they’re free. (BTW, I purchased Grant Fritchey’s ebook, now RedGate is o … more →
belle wrote 1 year ago: 1: -- =========================================================== 2: -- Check Constraints 3: -- How … more →
belle wrote 1 year ago: Here is a basic script to drop and recreate default constraints in SQL Server. 1: -- =============== … more →
belle wrote 1 year ago: Here’s a basic script to drop/recreate unique indexes in SQL Server 2005. This includes scripting o … more →
belle wrote 1 year ago: Video Training JumpstartTV http://www.jumpstarttv.com/viewchannel.aspx?channelid=b0233f7e-d084-4f8c- … more →
belle wrote 1 year ago: Here are some samples on how to use SQLCMD in SSMS. 1: -- ========================================== … more →
belle wrote 1 year ago: Mladen Prajdić has compiled a list of free SQL Server tools, some of which I use personally. Visit h … more →
belle wrote 1 year ago: Glen Berry posted a collection of queries that can be used in diagnosing SQL Server 2005/2008 metric … more →
belle wrote 1 year ago: This is a follow up posting on Issue: Server principal is not able to access the database under the … more →
belle wrote 1 year ago: In SQL Server 2005, we can execute batches multiple times using the following syntax following the G … more →
belle wrote 1 year ago: 1: -- --------------------------------------------------------------------- 2: -- displays ASCII cha … more →