Osolage's sql server clipmarks

Most Pops
see Most Pops
  • See all clipmarks by Osolage
  • See all public sql server clipmarks
  •    
     
     
     
       
     
    top scroll end
    17
    POPS
    All cheat sheets in one page.
    itlibitum
    by itlibitum  8-26-2007    1
     All cheat sheets, round-ups, quick reference cards, quick reference guides and quick reference sheets in one page.
    8
    POPS
    Command line reference for Windows, Sql Server, Linux ect..
    BitDrifter
    by BitDrifter  8-4-2006   
     No Remarks
    7
    POPS
    Squirrel Failure
    CarnivalBorn
    by CarnivalBorn  4-16-2008    3
     Just made me laugh :p
    6
    POPS
    Steve Ballmer: "Linux uses our intellectual property"
    Djiezes
    by Djiezes  11-17-2006    1
     Ballmer at it again, unbelievable.
    5
    POPS
    Wonderful comments from the new Clipmarks users
    arifsali
    by arifsali  10-27-2006    7
     WoW. I feel good being there among the others as well. CM Team, take a look at the comments on the slowness, I know you must have already :) The site rocks! Let's build some more media buzz, your hard work deserves it.
    4
    POPS
    Exhibit 2.0: build easy-to-customize data-rich pages with no coding
    enbar
    by enbar  4-3-2008   
     This seems like it might come in handy someday. Linked from http://bionicteaching.com/ihatecode/exhibit/
    4
    POPS
    Microsoft's $528 Mil Tax Break
    David M Ewalt
    by David M Ewalt  2-4-2008   
     Keep in mind these numbers are all estimates, and that Microsoft is definitely not the only company that does this sort of thing. But I figure that doesn't make it any less sleazy.
    3
    POPS
    Net Dictionary Index
    ghiberti
    by ghiberti  11-10-2006    2
     No Remarks
    2
    POPS
    Manually getting SSIS Error column name
    ddpruitt
    by ddpruitt  6-21-2007   
     No Remarks
    2
    POPS
    Ways To Speed Up Your WebSite!
    mohammadi
    by mohammadi  11-6-2007    1
     No Remarks
    2
    POPS
    Sun To Buy MySQL, now an Orcale Competitor
    BitDrifter
    by BitDrifter  1-21-2008   
     instead of friend.
    2
    POPS
    Granting a user Execute Permissions to all stored procs in a database
    travislaborde
    by travislaborde  2-14-2007   
     No Remarks
    2
    POPS
    Primary Keys: IDs versus GUIDs
    travislaborde
    by travislaborde  3-21-2007    1
     I really am tempted to try it out sometime. I want it just to rid myself of the evil SEQUENCE crap in Oracle. I like the idea of generating the ID in my .NET code instead of having to retrieve it from Oracle via a second round trip. I hate Oracle. For SQL Server, well... inserting a record and getting it's new ID back via the IDENTITY column type is SO easy as to be a no-brainer. Unless you need it for replication or whatnot. Still, I'm tempted because I like to do things *one way* regardless of Oracle or SQL Server, but... /sigh
    1
    POPS
    SQL Server 2005 List all IDENTITY columns
    Osolage
    by Osolage  12-12-2007   
     When I upgraded one of my databases to MSSQL2K5 compatibility mode, I noticed that many of my insert statements on tables with identity columns started generating primary key violations. I realized that I needed to run DBCC CHECKIDENT on all of those tables to fix the problem. I found this script, which lists all of the tables, in a database, that have identity columns. Then a copy/paste and regex search/replace generated a script for me to run the DBCC CHECKIDENT for each table listed. After running the DBCC CHECKIDENT, the problem went away.
    1
    POPS
    Ballmer - making Linux users mad once again.
    lordsubd
    by lordsubd  11-20-2006   
     This shouldn't come a surprise to anyone. I knew there was something fishy behind that MS and Novell deal.
    1
    POPS
    關於 ROR
    jr_chia
    by jr_chia  11-6-2006   
     No Remarks
    1
    POPS
    You can use an external editor with sqlcmd
    Osolage
    by Osolage  5-8-2007   
     I haven't really done much with SQL Server 2005. I'm getting myself in the situation where I must, though, as I am using it as the platform for capturing performance counter data. I let the database grow way out of pocket and am now suffering the consequences. I know back with SQL Server 2000 you could use the osql utility to run commands and scripts from the command line. Looks like you do the same thing using sqlcmd for SQL Server 2005. I'll probably be using this to execute a command file to shrink the transaciton log when it gets too big. I'll be using Performance Monitor's Alert feature to detect when the script needs to be run and have the action be to log a record in the application event log and to execute the script to truncate the log. The other alternative is to use SQL Server Agent to execute a cleanup script in a more meaningful manner. Consider my first suggestion a failsafe.
    1
    POPS
    5 Reasons why Linux Rocks
    Stumblerz
    by Stumblerz  5-20-2009   
     No Remarks
    1
    POPS
    Why you should carefully monitor DB server disk space
    Osolage
    by Osolage  5-8-2007   
     No Remarks
    1
    POPS
    MANUAL.SU - All Manuals & Tutorials In One Page
    itlibitum
    by itlibitum  8-8-2007   
     All Manuals & Tutorials In One Page: HTM/HTML/XHTML, CSS, XML, DTD, JavaScript, AJAX, SQL, SSI, Chemistry etc.
    1
    POPS
    Avoid Temp Tables
    Osolage
    by Osolage  4-10-2007   
     I've been working on removing the use of temp tables in some of the procedures that I've inherited. I think it's helping with the database performance.
    1
    POPS
    Easy Way to Request Hotfix from Microsoft
    kkcapricorn
    by kkcapricorn  8-31-2008   
     In case you are wondering, all the hotfixr site really does is submit a form that redirects you to this Microsoft page, replacing ID with the number that you put in. http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=ID But it still saves you an extra step, probably worth bookmarking if you do a lot of maintenance on Microsoft products.
    1
    POPS
    MS Tool to Migrate from Oracle to SQL Server
    travislaborde
    by travislaborde  4-19-2007    2
     I'm sending this to our Oracle DBA today!
    1
    POPS
    MSDE unsupported on MS Vista
    elcid0603
    by elcid0603  2-13-2007   
     Is Microsoft planning to discontinue MSDE product and support? Or is it that presently due to the architecture differences MSDE isn't supported on MS Vista?
    1
    POPS
    SQL Injection Bug
    nevhirion
    by nevhirion  11-1-2006    1
     No Remarks
    1
    POPS
    SQL Server Error 911
    Osolage
    by Osolage  6-27-2007   
     Just an error one of our developers is running into now.
    1
    POPS
    Programmer Downloads, Tools, Resources, and 100 Cheat Sheets
    harvey007
    by harvey007  8-27-2007   
     This article provides a list of downloads for free databases and languages. It also showcases some of the hottest programmer tools. Finally, there is a list of over 100 of the most popular programming cheat sheets.
    1
    POPS
    ScrewTurn Wiki - Overview
    ylodi
    by ylodi  4-11-2008   
     No Remarks
    1
    POPS
    SQL Server 2008 - Finally a DATE datatype?
    travislaborde
    by travislaborde  8-31-2007    1
     OMG this is my most wanted feature like EVER. It was promised but removed from SQL Server 2005. Will it really come this time? If so, I promise to convert all my apps to 2008 immediately upon release.
    1
    POPS
    fn_virtualfilestats
    Osolage
    by Osolage  5-24-2007   
     Not exactly sure how this might help, but it's available... I found it in SQL Server Magazine's website and thought I'd clip it.
    1
    POPS
    First Meeting of my new .NET User Group in South Jersey Coming Up!
    travislaborde
    by travislaborde  3-22-2007    3
     I'm a regular attender and one-time speaker at the Philly.NET user group. The group is expanding and the leader asked me to organize the brand new South Jersey extension group! Our first meeting is going to be next Thursday 3/29. Wish me luck! And attend if you are near!
    1
    POPS
    DBCC DROPCLEANBUFFERS
    Osolage
    by Osolage  6-7-2007    1
     I saw one of my colleagues using this procedure. I haven't used it myself, but I think I'm about to start experimenting with it. I think the part about executing a CHECKPOINT first makes sense.
    1
    POPS
    Low memory MySQL / Apache configurations
    ylodi
    by ylodi  8-7-2006   
     No Remarks
    1
    POPS
    статьи по PHP
    zhukovsky
    by zhukovsky  6-9-2006   
     No Remarks
    1
    POPS
    DailyWTF: Very Slow Service
    adamskinner
    by adamskinner  10-20-2006    1
     It's not so astonishing to find something as klugish and ass backwards as this. What's humorous to me is how it all panned out.
    1
    POPS
    Sql Server and .NET Min and Max Date Ranges
    BitDrifter
    by BitDrifter  3-23-2007   
     No Remarks
    1
    POPS
    A discussion of query processing, query execution, and query plans in SQL Server
    desmond54
    by desmond54  5-8-2007    1
     No Remarks
    1
    POPS
    SQL Server 2005 equivalent to DBCC MEMUSAGE
    Osolage
    by Osolage  5-31-2007   
     No Remarks
    1
    POPS
    Password Generator
    Jaymoon
    by Jaymoon  3-13-2006    2
     Great tool that will allow you to create totally random passwords, based on one master password. If you ever lose it, then just return to this form, stick in the master pass, the site name, and the password will be revealed!
    1
    POPS
    Indexes have their disadvantages
    Osolage
    by Osolage  6-7-2007   
     I've seen a lot of people talk about the consumption of disk space with respect to indexes, but I don't remember seeing mention of how it could consume memory space. I believe that makes sense. And seeing how I'm fighting with memory right now, it makes me think twice about slapping yet another index on my tables.
    — end of the list —

    Osolage sql server

    loading clips...
    Filter
    rss tools
    Clipmarks
    About   Clippers   Privacy   EULA   Copyright   Site Map

    OK