Viewing 15 posts - 571 through 585 (of 972 total)
pop022 (9/20/2010)
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 20, 2010 at 10:02 am
Ananda-292708 (9/20/2010)
I already have 10 developer license which my team is using on there individual laptops/desktops.
I have got a new Web project where i am planning to install a developer...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 20, 2010 at 9:46 am
Dan H. (9/17/2010)1. Is the extension defaulting to .trn normal behavior?
It usually remembers the last backup filename used to do a manual backup (log or full).
Dan H. (9/17/2010)2. Do you...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 17, 2010 at 12:48 pm
The best advice I can give you....READ THIS by Paul Randal....:-)
Myth #12: tempdb should always have one data file per processor core.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 10, 2010 at 9:51 am
dibbydibby (9/9/2010)
The $ErrorActionPreference is set to stop. So even though I can get it to fail, this failure does not cause the SQL job to fail. How can I trap...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 10, 2010 at 7:52 am
You probably have a conflict in a field size. Check to make sure if you are importing data in that your fields are large enough to accept them.
Some more information...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 10, 2010 at 7:35 am
I don't mess much with CONVERT statements in T-SQL but should you not be specifiying the length of VARCHAR?
WHERE CONVERT(varchar(10),HOLIDY,101) = %var%
If your complete query works when you are in...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 9, 2010 at 4:19 pm
Add the set commands inside of the -Q parameter. You might want to do it as a Script.sql file instead. Put your query in a file and then use...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 9, 2010 at 12:07 pm
I have only sat the 70-432 exam and I actually tried using Microsoft Exam kit. The practice exams are good but the content in the book has not been updated...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 8, 2010 at 8:47 am
laddu4700 (9/7/2010)
Presently in mixed mode, can I change it to windows authentication ?
If you do see that all of your applications are using Windows Authentication and not SQL you...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 7, 2010 at 3:55 pm
The counters are specific to the instance they are monitoring. I don't know that I have ever seen them conflict with another instance.
If you just applied SP3, how long has...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 7, 2010 at 1:23 pm
Same response as Gail: Which counter in Perfmon are you using?
SQL Server 2005 DMVs include a sys.dm_os_performance_counters that allows you to read in the counters that are added with the...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 7, 2010 at 11:01 am
If you are a keyboard shortcut person, as I am:-D, you can also use the keyboard shortcut CTRL + G that will bring up the "Go to Line..." prompt.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 7, 2010 at 10:47 am
Isabelle2378 (9/3/2010)We are running SQL 2005 9.0.3186
Any reason why you have not applied SP3 for SQL Server 2005?
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 3, 2010 at 3:16 pm
SQL Server 2005 SP2 backup failing[/url]
never mind miss read this article.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 3, 2010 at 3:12 pm
Viewing 15 posts - 571 through 585 (of 972 total)