Building your 1st Performance Point Dashboard in Sharepoint 2010
Hey there gang
The PASS BI Virtual Chapter is presenting some great stuff this fall. September 14th I’m doing a new session on...
2010-09-06
378 reads
Hey there gang
The PASS BI Virtual Chapter is presenting some great stuff this fall. September 14th I’m doing a new session on...
2010-09-06
378 reads
Hey there database folks! Don’t be scared off by a little .NET. The SW Florida code camp is getting underway...
2010-09-06
359 reads
Hey folks!
You asked for it – so coming up on September 8th we’re doing a SQL Lunch that is going to...
2010-09-06
388 reads
Hey there folks – PASS Virtual BI Chapter Event Alert!
Don’t forget to come out on Sept 20th and get Adaptive with...
2010-09-06
1,085 reads
Quick update from your PASS BI Virtual Chapter folks!
September 29th, Mike Davis is doing a session on SSRS R2: The New...
2010-09-06
388 reads
Quick hit mid-week folks! Make sure not to miss the BI Virtual Chapter’s Presentation of Data Mining with PowerPivot with...
2010-09-06
450 reads
Don’t miss Andy Leonard presenting his PArt Deaux of Design Patterns for SSIS.
Important Info from our SQL Lunch site….
Date and...
2010-09-06
830 reads
Hey There SQL Lunchers – Come out and check out Kyle Walker talking about restartability in SSIS.
Specifics to make sure you...
2010-09-06
399 reads
Motivational time again!
Sometimes things cannot be explained. Like this guy in the picture. I think he’s gunning for his own...
2010-09-06
339 reads
Motivational time again!
Today I want to talk about being lazy with your data. More likely than not, it’s not your...
2010-09-06
170 reads
By Vinay Thakur
it has been a year since i have not written much on the blog...
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
Comments posted to this topic are about the item A Quick Restore
Comments posted to this topic are about the item Guarding Against SQL Injection at...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
While doing some testing of an application, I wanted to reset my environment after doing some testing with this code:
USE DNRTest BACKUP DATABASE DNRTest TO DISK = 'dnrtest.bak' GO /* Bunch of stuff tested here */RESTORE DATABASE DNRTest FROM DISK = 'dnrtest.bak' WITH REPLACEWhat happens if this runs, assuming the "bunch of stuff" isn't anything affecting the instance. See possible answers