sqlserver

Tag details

Welcome to the 'sqlserver' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'sqlserver'.

Are you an expert about 'sqlserver'? Do you want to be the Technorati authority on 'sqlserver'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "sqlserver" at The Free Dictionary

Latest blogosphere posts tagged “sqlserver”
 

  • Meme Monday for February


    SQLRockstarAuthority Authority: 404
    Next Monday is the first Monday of the month, which means it is time for your writing assignments. The topic this time around will be: working with deadlines. Think about any tips or tricks you have with regards to working with (or around) deadlines. Your stories and experience with getting stuff done with only ...
    1 day ago
  • PHP with SQLserver Connectivity Issues?


    Technical Support Help for various Issues in ComputersAuthority Authority: 124
    Question by : PHP with SQLserver Connectivity Issues? I have WAMP installed. PHP doesn’t support sql server connectivity. Unable to load library error. Any way i could connect PHP with SQL server 2005? Best answer: Answer by Hamish Robertson You’ll need additional drivers which you can get from here: ...
    6 days ago
  • TSQL: Concatenate Column from Multiple Rows into String


    Adlai MaschiachAuthority Authority: 85
    Ok , So I had a problem related to concatenation of a single Column into one ( same ) column when using GROUP BY . The Problem came from a Reporting Services perspective and there might be other solutions ( like coding in VB.NET in the report ) I have found a very nice samples : Option 1: use ...
    1 week ago
  • How do I move this database online?


    Ask MetaFilterAuthority Authority: 653
    Whats the easiest, most secure way to move this SQL database and its browser-based front end online? Im the de facto IT person at a nonprofit, but I have very little formal computer education (like many de facto nonprofit IT people, I have an English degree), so Ive never done this before. We have a fairly massive, ...
    2 weeks ago
  • Error when creating a subscription


    SQLREPL | Blog about SQL Server ReplicationAuthority Authority: 95
    When creating a subscription in SQL Server you might come across the error: The remote server "%s" does not exist, or has not been designated as a valid Publisher, or you may not have permission to see available Publishers. This error is pretty straightforward and indicates that the replication agent login used to ...
    2 weeks ago
  • Is Your DBA Lying To You?


    SQLRockstarAuthority Authority: 404
    Trust me, Im a DBA “ Signs point to yes .” – Magic 8-Ball prophecy You have probably heard this line at one point, the one that says “the best DBAs are the ones you never see or hear?” I used to think that was a result of some sketchy personal hygiene choices and later on understood it to mean that if ...
    2 weeks ago
  • Twitter, John, Building a Blog and #MEME15


    GRE - The SQL DBA in the UKAuthority Authority: 98
    I saw an interesting post this morning care of the micro-blogging/social networking site twitter that really got me thinking about blogging. John Sansom ( Blog| @JohnSansom ) wrote a very interesting post participating I believe in the second assignment of meme15 . Meme15 is a monthly blogging event created by ...
    2 weeks ago
  • #Meme15 – Why The Twitter?


    SQLRockstarAuthority Authority: 404
    It’s the middle of the month and that means it is time for another #Meme15 assignment, the brainchild of Jason Strate ( blog  | @ stratesql ). This month we are going to talk about Twitter. Specifically with regards to the following two questions: Why should average Jane or Joe professional consider using ...
    2 weeks ago
  • Extending the Publisher to the Cloud


    SQLREPL | Blog about SQL Server ReplicationAuthority Authority: 95
    SQL Azure Data Sync This weekend I decided to get a little crazy and setup a SQL Azure sync group to synchronize a SQL Azure database with an on-premise replication publisher.  I was curious if this would work, as I’ve been unable to find any documentation stating whether or not SQL Azure Data Sync can co-exist ...
    2 weeks ago
  • How to let non-admin business users run replication agent jobs


    SQLREPL | Blog about SQL Server ReplicationAuthority Authority: 95
    This blog post is basic in nature but highlights a very real requirement that may arise when administering replication.  Occasionally we, as Database Administrators, need to grant non-administrator business users the ability to run replication agent jobs due to business needs.  Instead of giving the business user ...
    3 weeks ago
  • SQL Saturday #104


    Chris Shaw's WeblogAuthority Authority: 89
    It was September or October and the board members from the Colorado Springs SQL Server Users Group was sitting around at Starbucks talking about potentially following up SQL Saturday 66. We didn’t know what our theme was going to be, and we didn’t know when the date was going to be. But, we were determined that ...
    3 weeks ago
  • Missing Indexes


    SQL RNNRAuthority Authority: 403
    SQL Server has means built into it to track possible missing indexes.  This used to be found through the use of the Index Tuning Wizard.  The process has improved over time (you can sort of see that from my April Fools post ). As luck would have it, I was recently asked to help fix a query that was somewhat ...
    3 weeks ago
  • Join Hint in SQL - Guest Post by Joydeep Das


    Kunal's Blog - A Microsoft Technology Blog - Sharp your skillsetAuthority Authority: 404
    This is a small guest post on SQL Server submitted by one of my friend Joydeep Das. In this post, he will guide you to understand the basics of Join hint and when to use that.   He will also guide you on various types of Join hint used in SQL Server with algorithm and code example. So, why are you waiting for? Read ...
    3 weeks ago
  • My New Title :O)


    Chris Shaw's WeblogAuthority Authority: 89
    This last couple weeks things have been moving non-stop for me. Between hosting SQL Saturday 104 and keeping up with work I have barley been able to keep my eyes open. In the next day or two I will post a message all about SQL Saturday, but today I want to talk about my new position with PASS. I have been appointed ...
    3 weeks ago
  • How To Improve Database Performance Without Changing Code


    SQLRockstarAuthority Authority: 404
    I hear it all the time. It’s a familiar refrain. Most of the time it is innocent enough, and understandable. But there are times when hearing those words are like hearing the screech of fingernails on a chalkboard: “We can’t change the code.” There you are, listening to someone complain to you about the ...
    3 weeks ago
  • Making Schema Changes in a Replication Topology


    SQLREPL | Blog about SQL Server ReplicationAuthority Authority: 95
    Ive noticed in the forums there have been a number of people inquiring about making schema changes in a replication topology.  I understand the concern and Im here to assure you that yes, it is possible to do.  If you think about it, DDL statements are used to create and modify the structure of database objects in a ...
    3 weeks ago
  • SQL Someday Video


    SQLRockstarAuthority Authority: 404
    Here is the video from the   SQL Inspire event  last Fall in NYC. I hope you enjoy the talk, it took me a lifetime to create. You can read more about SQL Someday over at the Someday page . I plan on adding to that page over time. SQL Someday Video is a post from: SQLRockstar | Thomas LaRock
    3 weeks ago
  • Morning Checks - Forewarned is forearmed


    GRE - The SQL DBA in the UKAuthority Authority: 98
    It’s always handy to know if there any problems with your servers before you get into work in the morning. This is why I wrote a program that goes round all our SQL instances at 7am and checks they are all up. If it doesn’t get a reply from one it emails or pages me to let me know. So I know what to expect when I ...
    3 weeks ago

Comments about sqlserver

Personal attacks are NOT allowed
Please read our comment policy