THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL   (RSS)
Showing page 1 of 2 (16 total posts)
  • What is a SARG exactly? Training classes and knowledge retention!

    I recently (2 weeks ago) took a class from my friend Kalen Delaney on SQL Server Internals.  It was 5 days and she really packed the material in there.  I really like in depth training because it makes me think harder and I excel faster for some reason in my learning.  Well I have always found that conferences and training classes ...
    Posted to Ben Miller (Weblog) by dbaduck on August 29, 2008
  • help with a loop stored procedure script

    I am a bit new at sql server and am trying to resolve a coding issue that I have come across. I hope there is someone out there that might be able to assist me. I am working with zip code +4 data and am trying to range the data to reduce the size of the database from the current ~65 million lines of data.  The trick is that I need to range ...
    Posted to SQL Server (Forum) by needsomesqlhelp on August 7, 2008
  • Performance of inserts and IGNORE_DUP_KEY

    If your data has a small percentage of duplicates, then IGNORE_DUP_KEY may speed up your inserts. For larger amounts of duplicates, IGNORE_DUP_KEY may slow them down significantly. I set up two tables, stripping down all the irrelevant details, as follows:   CREATE TABLE t1(n INT NOT NULL PRIMARY KEY) GO CREATE TABLE ...
    Posted to Alexander Kuznetsov (Weblog) by Alexander Kuznetsov on July 30, 2008
  • Cube collection error -

    Suddenly seeing a brand new error connecting to SQL 2000 cubes in a single OLAP database - the other databases don't throw the error.  Searches online have turned up nothing.  From Excel, the messages looks like this: ''Excel was unable to get necessary information about this cube.  The cube might have been reorganized or changed ...
    Posted to SQL Server (Forum) by hfulks on July 3, 2008
  • Re: Xml Schema Conundrum

    Thanks for the example and for attempting to answer my question, I've been posting it all over the place and have had minimal response, granted it's a small bit of business in Sql Server. My question might have been a bit vague, I'd hoped that by keeping it simple it might spark more conversation. So, to refine the issue using your example ...
    Posted to SQL Server (Forum) by SteveLeve on June 25, 2008
  • Xml Schema Conundrum

    I'm working with typed xml in Sql server '05 and haven't been able to resolve a couple questions through the documentation or any of my searches so far - so fanfare aside here is the most immediate question: If I have an XML Schema Collection with multiple namespaces how can I specify an xml column or variable that only targets one of ...
    Posted to SQL Server (Forum) by SteveLeve on June 16, 2008
  • Less Than Dot A New Community Site Has Been Launched

    So finally I have something to announce!   Myself and a bunch of friends have been working on Less Than Dot for a while now. The site has a forum, blogs and a wiki. More info why we started Less Than Dot and who we are can be found here: http://www.lessthandot.com/aboutus.php Since I am mostly a SQL guy, I wrote a collection ...
    Posted to Denis Gobo (Weblog) by Denis Gobo on June 2, 2008
  • Need to export data from joining two tables from one database to a table residing in another database

    Hi All,    Following is the secnario,                  I have two tables one is dimension table and other is hierarchy table, which contains the following type of data Dimension Table MemberID ...
    Posted to SQL Server (Forum) by money2184 on May 31, 2008
  • Need a shortterm and midterm solution for two different database

    Hello guys, I have to write business solution for shortterm and new term. Scenario like this. There are two companies one is in JAPAN and other one is in UK they both making bikes. Now they merger togather, CEO is asking  the HRM department to have data of employees. Now company 1 is having won XP workstation with IBM DB2 ...
    Posted to SQL Server (Forum) by SEESITE2OO3 on May 31, 2008
  • database synchronization

    I am not a SQL developer by any means. I have a application to build for a Valet company that will require a laptop on site with no internet connectivity to function locally. There will be about 15 locations that all operate independently. After the day is done, the laptops will connect to the internet and upload all data to a hosted SQL server on ...
    Posted to SQL Server (Forum) by alextoms on May 27, 2008
1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement