A free one day training event from SQL Saturday and the Pensacola SQL Server groups. Come join Steve Jones and Brad McGehee if you are in the area on Jun 5, 2010.
The next webinar from SQLServerCentral will look at backups and how you can create faster, smaller, and verified backups. Join Steve Jones and Rodney Landrum for this presentation on SQL Backup Pro and SQL Virtual Restore
The Future of SQL Server Monitoring "Being web-based, SQL Monitor 2.0 enables you to check on your servers
…
When you hear those words like love bug, back orifice, Trojan horses, and the Davinci virus, you get the shock of your life especially when you see them on your PC. All these are greatly hyped Antivi... [Author: Sarah N Jones - Computers and Internet - April 21, 2010]
SQL Saturday is coming to Kansas on September 13, 2014. Our very own Steve Jones will be presenting, alongside other big names like Glenn Berry, Kathi Kellenberger, Sean and Jen McCown, Jason Strate, and many more. Register while space is available.
Get alerts within 15 seconds of SQL Server issuesSQL Monitor checks performance…
The Stairway to integration Services has been updated! I added content to Step 1 to provide more detail about creating a first SSIS project and corrected a typo in Step 2 that referred to an older name for the Step 1 article. I also made the corrected Step 1 article name a link to help. Thanks to Steve Jones ( blog | @way0utwest ) for all his hard…
Here’s a look at what our Oracle University community members are reading and sharing the most this month:
Free Training On Demand Lessons: Oracle Database 12c New Features for Administrators
Infographic: Why Oracle University Should Be Your First Choice for Oracle Training
Blog: Coolest Features of Hyperion 11.1.2.3 according…
A free day of training in Chicago on Oct 5, 2012. Join Grant Fritchey, Steve Jones and more to discuss, debate, ask questions, and learn about how to better run your organizations SQL Servers.
Are you sure you can restore your backups? Run full restore + DBCC CHECKDB quickly and easily with SQL Backup Pro's new automated…
Come join Grant Fritchey, Steve Jones and others for a free day of training in New York City on Sept 28, 2012.
Learn Agile Database Development Best PracticesAgile database development experts Sebastian Meine and Dennis Lloyd are running day-long classes designed to complement Red Gate’s SQL in the City US tour. Classes…
Windows Live va faire sa mue de printemps
Et donner une seconde jeunesse à Hotmail : G-mail en ligne de mire ?
Microsoft est sur le point de lancer un grand toilettage de printemps de Windows Live.
Baptisé Wave 4 (à ne pas confondre avec Google Wave donc), le projet concerne la messagerie instantanée (Messenger) et la boite mail de…
A free day of training in Boston on Oct 8, 2012. Come join Grant Fritchey, Steve Jones and more to talk about SQL Server and how you can work more efficiently.
Keep your database and application development in syncSQL Connect is a Visual Studio add-in that brings your databases into your solution. It then makes it…
The city by the bay welcomes Steve Jones, Grant Fritchey and more for a day of debate, discussion and learning about SQL Server. It's free. Just register and join us.
Are you sure you can restore your backups? Run full restore + DBCC CHECKDB quickly and easily with SQL Backup Pro's new automated verification.…
There may be times when you want to allow non-System Admin logins to be able to execute the xp_cmdshell extended stored procedure. In this articleGreg Larson will show you how to setup xp_cmdshell so non-System Admins can use this extended stored procedure.
‘10 Tips for Efficient Disaster Recovery’Steve…
Come join Steve Jones, Glenn Berry, and other Denver area MVPs and speakers for a free day of training in Denver on Sept 22, 2012.
Keep your database and application development in syncSQL Connect is a Visual Studio add-in that brings your databases into your solution. It then makes it easy to keep your…
Join Red Gate for a free seminar on November 15 (the day before SQL Saturday Oregon). Steve Jones and Grant Fritchey, SQL Server MVPs, will present best practices for SQL Server version control, continuous integration and deployment, in addition to showing Red Gate tools in action.
Want faster, smaller…
Steve Jones has attended the PASS Summit almost every year, and in that time he's learned a few things. He shares a few today that might convince you or your boss that it's worth funding the trip this year.
Newbie. Setting up a server for a law firm. Want to set up the folder structure as follows:
Client 1 Name
-- Matter 1 (i.e. setting up corporation)
-- Matter 2 (i.e. divorce)
-- Matter 3 (i.e. setting up trust)
Client 2 Name
-- Matter 1
Client 3 Name
-- Matter 1
and so on. But the attorneys prefer navigating a…
I've looked at some examples on the web but I am still struggling with this.
I would like to get the value for "descShort" tag within the "indexDesc" tag and then after that display the value from the "last" tag? I've seen people using the arrow but I'm still lost.
<indices>
<index>
…
A recent study, High Costs and Negative Value of Pair Programming, by Capers Jones, pulls no punches in its assessment of the costs-to- benefits ratio of pair programming, two programmers working together, at a single computer, rather than separately. He implies that pair programming is a method rushed into…
The following ToolTip code works in WPF.
I'm trying to get it to work in Silverlight.
But it gives me these errors:
TextBlock does not contain a definition for ToolTip.
Cursors does not contain a definition for Help.
ToolTipService does not contain a definition for SetInitialShowDelay.
How can I get…
Hello, i want to split the searchrequest into parts, if there's nothing to find.
example: "nelly furtado ft. jimmy jones" - no results - try to find with nelly, furtado, jimmy or jones..
i have an api url.. thats the difficult part.. i show you some of the actually snippets:
$query = urlencode…
I need to split some info from a asterisk delimitted data.
Data Format:
NAME*ADRESS LINE1*ADDRESS LINE2
Rules:
1. Name should be always present
2. Address Line 1 and 2 might not be
3. There should be always three asterisks.
Samples:
MR JONES A ORTEGA*ADDRESS 1*ADDRESS2*
Name: MR JONES…
I have two tables
Table Name: Graph
UID1 UID2
-----------
12 23
12 32
41 51
32 41
Table Name: Profiles
NodeID UID Name
-----------------
1 12 Robs
2 23 Jones
3 32 Lim
4 41 Teo
5 51 Zacks
I want to get an xml file like this:
…
I need to split some info from a asterisk delimitted data.
Data Format:
NAME*ADRESS LINE1*ADDRESS LINE2
Rules:
1. Name should be always present
2. Address Line 1 and 2 might not be
3. There should be always three asterisks.
Samples:
MR JONES A ORTEGA*ADDRESS 1*ADDRESS2*
Name: MR…
If I have a set of MongoDB documents like the following, what can I do to get a find() result that only returns the families who have 2 pets who all like liver?
Here is what I expected to work:
db.delegation.find({pets:2, $and: [{'foods.liver': true}, {'foods.allLike': true}] })
Here…
I'm spinning my wheels on this. How do I get the values from the following nested elements from the XML below (I've also put my code below)? I am after the "descShort" value and then the capital "Last" and capital "change" :
<indices>
<index>
<code>DJI</code>…