Viewing 15 posts - 271 through 285 (of 549 total)
GilaMonster (11/26/2008)
Jerry Hung (11/25/2008)
Thanks GailI think Total Working Sets dropped when it happened (_Total and sqlservr)
it was 7000000+, and now 1.3e+010 (sql: 1.2818e+010)
That's not a decrease. 1.3e+010 is scientific...
November 26, 2008 at 7:38 am
Let's see how it goes with MIN 5000 and MAX 17000
Initially it got even more frequent (with just MIN set). Then I decreased the MAX and it hasn't happened since...
November 25, 2008 at 2:13 pm
Thanks Gail
I think Total Working Sets dropped when it happened (_Total and sqlservr)
it was 7000000+, and now 1.3e+010 (sql: 1.2818e+010)
peaks were 2.2102e+010 and 2.0922e+010 respectively
I'll keep an eye on it...
November 25, 2008 at 1:15 pm
I remember reading someone writing something (PASS-related) about next version of SQL may entertain the idea of
FOREACH
Maybe that will replace the sp_MSForEachXX functions
I almost want to bet Microsoft SQL...
November 25, 2008 at 8:59 am
I think it's similar in 2005 and 2008
In SSMS
Database -> Storage -> Full Text Catalogs -> right-click on the catalog -> Catalog size (also shows you # of rows)
For example,...
November 25, 2008 at 8:46 am
I know there are articles on execute SP on SQL startup, haven't seen shutdown
You could add a script/file to run in Group Policy, then maybe call SQLCMD?
Start > run >...
November 25, 2008 at 8:33 am
demtri2002 (11/25/2008)
I have setup a Full backup (subplan1) in Maintenance Plan, it works ok. I want to setup a diff backup (subplan2). There is a problem that I selected...
November 25, 2008 at 8:00 am
or use SQLCMD with the -E flag?
http://msdn.microsoft.com/en-us/library/ms162773.aspx
sqlcmd
[{ { -U login_id [ -P password ] } | –E trusted connection }]
[ -z new password ] [ -Z new password...
November 24, 2008 at 8:33 am
I recommend SQL Compare from Red Gate too
but there are some free good ones as well
http://www.xsqlsoftware.com/Product/Sql_Schema_Compare.aspx
What is included? The free lite edition of the xSQL Bundle includes the complete suite...
November 24, 2008 at 8:16 am
Once you get a correct rows dataset, it's easy to PIVOT into what you want (columns)
RowsBeforeQualify is only meaningful if you also consider the id (which puts the dataset in...
November 21, 2008 at 2:38 pm
How would you want the outputs?
so for 3-row sets, do you want all sets shown together (like my final SELECT)
or SELECT * FROM Set1, SELECT * FROM Set2, etc.... (like...
November 21, 2008 at 2:02 pm
I login as myself (Run As, windows authentication), and I can change SQL jobs owned by others (even sysadmins/sa)
November 21, 2008 at 11:06 am
I don't fully understand
MS has a sp_help_revlogin (google it) to help you generate login scripts (along with SIDs and passwords)
If you're moving within the same domain, SQL Server knows to...
November 21, 2008 at 11:04 am
Just keep in mind 2005 cannot open 2008 files
so VS2005 cannot open VS2008 project/solutions (VS2008 CAN open VS2005, and upgrade them)
so keep your 2005 and 2008 projects separate if you...
November 21, 2008 at 10:59 am
It's only a matter of time before disk spaces run out, and then tape
2 ways
1. Increase storage space (buy bigger disk, tape)
2. Decrease storage used (compress, shorter data retention,...
November 21, 2008 at 10:57 am
Viewing 15 posts - 271 through 285 (of 549 total)