Viewing 15 posts - 301 through 315 (of 972 total)
Please provide more information on what you want/need to do...
Are you just moving the data from one database into another one?
Are you wanting to upgrade the server and SQL Server...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 6, 2014 at 9:45 pm
This wait type is for SQL Server traces (Profiler, default trace, etc.) that someone may be running. You can disable the default trace if it is not needed but I...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 4, 2014 at 7:00 am
You can use T-SQL to find in the log where your deleted record is at, but the only way you are going to get it back is from a restore...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 4, 2014 at 6:47 am
If I am not mistaken Kerberos authentication works off the SPN that the SQL Server service creates in the AD domain, or that is created manually. If the SPN is...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 4, 2014 at 6:40 am
A few links to review.
Each component (SSRS, SSIS, SSAS, and Database Engine) are all services so the different versions can coexist on the same machine. You can...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 30, 2014 at 11:10 pm
Bug was reported for this on connect: SQL Management Studio output Copy and Paste or Save to CSV gives unexpected results
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 19, 2014 at 11:10 am
KoldCoffee (3/17/2014)
I want to create an OData source in a new Project/package but there's no Source Connection Manager called that in...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 18, 2014 at 7:56 am
KoldCoffee (3/17/2014)
It seems that VS is not liking the OData one. So, I removed it (left other two alone) and tried...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 17, 2014 at 2:52 am
KoldCoffee (3/17/2014)
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 17, 2014 at 12:43 am
KoldCoffee (3/16/2014)
PackageFormatVersion is 6 so 2012!
So, should...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 16, 2014 at 11:42 pm
Take a look at the msdb.dbo.restorehistory table. Take a look at the "stop_at" column, a datetime value.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 16, 2014 at 11:03 pm
You can open the DTSX file in Notepad to determine what version of SQL Server it was created with and look at the "PackageFormatVersion" value. The exact line should look...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 16, 2014 at 10:56 pm
What process are you using to determine what amount of RAM the SQL Server instance is using?
The maximum server memory is only for what the buffer pool will allocate....
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 9, 2014 at 11:32 pm
Initial thought: I would go find another side project to work on...
No clue about Access issue and you are not likely going to get much help on that from this...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
March 9, 2014 at 11:24 pm
GilaMonster (2/20/2014)
Shawn Melton (2/20/2014)
Do you bother capturing a before and after to show what you accomplished?What type of information did you capture (perfmon counters, DMV output, wait stats, etc.)?
Always.
I'll...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
February 20, 2014 at 1:32 pm
Viewing 15 posts - 301 through 315 (of 972 total)