Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

SQL Server Administration (2005) | Forum profile

Forum profile page for SQL Server Administration (2005) on http://www.sqlteam.com. This report page is the aggregated overview from a single forum: SQL Server Administration (2005), located on the Message Board at http://www.sqlteam.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "SQL Server Administration (2005)" on the Message Board at http://www.sqlteam.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: SQL Server Forums - SQL Server Administration (2005) (site profile, domain info sqlteam.com)
Title: SQL Server Administration (2005)
Url: http://www.sqlteam.com/forums/forum.asp?FORUM_I...
Users activity: 23 posts per thread
Forum activity: 16 active threads during last week
 

Posting activity on SQL Server Administration (2005):

  Week Month 3 Months
Threads: 16 137 345
Post: 41 332 805
 

SQL Server Administration (2005) Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
tkizer
13
user's latest post:
Connecting to a SQL Server DB...
Published (2009-12-13 23:42:00)
> No, that's a Windows account. You need to create a SQL account inside SQL Server, and then the user will connect via SQL authentication instead of Windows authentication. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
pareshmotiwala
4
user's latest post:
All Databases corrupt
Published (2009-12-11 23:57:00)
> u there? Regards Paresh Motiwala Boston, USA
dbalearner
4
user's latest post:
Fragment, reindex
Published (2009-12-13 20:17:00)
> Thanks Tara, I did added to the query and this time I have only SUFFIX as 'IDX' was reported and no 'PK' at the end amongst the results. What exactly happened is we are trying to defragment later want to shrink the MDF and LDF. It got it later the Reindex process did ate again the space(I Knew reindex will generate Transaction Log) but it got the same space before I did the Reindex. As you suggested I should NOT do...
khermann
3
user's latest post:
Log Shipping Problems for a...
Published (2009-12-11 17:25:00)
> If you are designing a simple log shipping scenario (server A to Server B standby) where you do not need to delay the transaction shipping or require the backup files for some other purpose I suggest you consider Database Mirroring which is much simpler to set up and maintain.
GilaMonster
3
user's latest post:
Fragment, reindex
Published (2009-12-13 17:54:00)
> What query did you use to get that? The same index appears to be there several times. -- Gail Shaw SQL Server MVP
pras2007
2
user's latest post:
How to list all SQL servers in...
Published (2009-12-10 17:11:00)
> Thanks Tara, for the response. Can I create that process in SSIS? Thanks
ferrethouse
2
user's latest post:
Statistics - downside?
Published (2009-12-11 17:58:00)
> Thanks for the reply. Those options are enabled on the database. I guess I'm confused because SQL Server seems to create its own statistics as needed (_WA_SYS) but if I run the Database Engine Tuning Advisor it recommends I create many more statistics. I guess it can't hurt to create them....
KingCarlos
2
user's latest post:
Connecting to a SQL Server DB...
Published (2009-12-13 19:44:00)
> So I would create a new login and give it the name PC-id\user-id and choose SQL Authenticaion and give the appropiate password?
mpolaiah
1
user's latest post:
how to reduce the memory useage...
Published (2009-12-11 08:59:00)
> hi all, how to reduce the memory useage of the sqlserver.exe process
AgaK
1
user's latest post:
backup issue
Published (2009-12-10 17:11:00)
> Hi, I am getting the following error message when I try to backup a db: System.Data.SqlClient.SqlError The backups of full-text catalog '....' is not permitted because is not online. I can backup other dbs on the same server without any problems. Any ideas how to fix this? thank you Aga
 

Latest active threads on SQL Server Administration (2005)::

SQL Server Forums
Started 21 hours, 54 minutes ago (2009-12-14 19:35:00)  by tkizer
> 1. We don't have enough information to be able to answer that. 2. I'm not sure, never seen NULL before for that column. You need to rebuild your indexes more often. You also need to determine if you have missing indexes as that's often a cause of high CPU due to scans. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/...
Thread:  Show this thread (4 posts)   Thread info: High CPU usage - Inputs needed. Size: 1,000 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: High CPU usage - Inputs needed. :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 21 hours, 21 minutes ago (2009-12-14 20:08:00)  by Bustaz Kool
> A quick review of Books Online will show you that the SQL Server service runs the actual databases (SELECTs, INSERTS, et al) while the SQL Agent service runs the scheduled events (Jobs, Alerts, et al). ======================================= Few things are harder to put up with than the annoyance of a good example. (Mark Twain)
Thread:  Show this thread (2 posts)   Thread info: SQL SERVER SERVICE-Basic question Size: 547 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL SERVER SERVICE-Basic question :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 23 hours, 36 minutes ago (2009-12-14 17:53:00)  by tkizer
> It doesn't sound like it's working at all. Check the SQL Server Error Log to see if you are getting backups. You'll have messages in there if you are. If you are getting backups, then you can view the location of them in the msdb backupmediafamily table. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ ...
Thread:  Show this thread (4 posts)   Thread info: Where is the .trn backup files? Size: 968 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Where is the .trn backup files? :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 2 days, 18 hours ago (2009-12-12 22:50:00)  by tkizer
> You need to read up on defragmenting (REORGANIZE) and rebuilding (REBUILD) as they do similar but different things. You do not run them both right after each other. Do not shrink after defrag or reindex! In fact never shrink in production unless absolutely necessary for disk space reasons or if you deleted a large amount of data and want to reclaim space. To ...
Thread:  Show this thread (11 posts)   Thread info: Fragment, reindex Size: 1,421 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Fragment, reindex :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 1 day, 6 hours ago (2009-12-14 10:44:00)  by webfred
> You can take a backup from that wanted workstation-database and restore it to your server. No, you're never too old to Yak'n'Roll if you're too young to die.
Thread:  Show this thread (6 posts)   Thread info: Upgrade database Size: 391 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Upgrade database :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 3 days, 18 hours ago (2009-12-11 23:11:00)  by tkizer
> You probably didn't stop the SQL Server service when you performed the copy. That's the only way to know the files are good. So what state was the service in when you performed the copy? Do you have good SQL backups? Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with ...
Thread:  Show this thread (9 posts)   Thread info: All Databases corrupt Size: 956 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: All Databases corrupt :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 4 days, 4 hours ago (2009-12-11 12:58:00)  by rajasekhar857
> Click on the Particlular database storage option will come go into that.in that full text catalogs option will come.There you can see one name right click on that.Give Delete and take backup.will works fine.There is nothing u can loose by doing so.
Thread:  Show this thread (3 posts)   Thread info: backup issue Size: 447 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: backup issue :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Forums
Started 1 day, 3 hours ago (2009-12-14 14:01:00)  by Bustaz Kool
> The SQL Server will, by default, grab as much memory as it can so the "continuous peak" is not surprising. How much memory do you have in the system? For the CPU, what percentage is is showing as a normal and what is the peak? If it consistently is above 65-70%, you are looking at a bottleneck. Also, you can use Task Mamager (Processes Tab) to see which processes...
Thread:  Show this thread (2 posts)   Thread info: Performance counters Size: 917 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Performance counters :: SQL Server Administration (2005) :: SQL Server Forums"
 

Hot threads for last week on SQL Server Administration (2005)::

SQL Server Administration (2005)
RE: Fragment, reindex - 11 new posts
Started 2 days, 18 hours ago (2009-12-12 22:50:00)  by tkizer
> You need to read up on defragmenting (REORGANIZE) and rebuilding (REBUILD) as they do similar but different things. You do not run them both right after each other. Do not shrink after defrag or reindex! In fact never shrink in production unless absolutely necessary for disk space reasons or if you deleted a large amount of data and want to reclaim space. To ...
Thread:  Show this thread (11 posts)   Thread info: Fragment, reindex Size: 1,421 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Fragment, reindex :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 3 days, 18 hours ago (2009-12-11 23:11:00)  by tkizer
> You probably didn't stop the SQL Server service when you performed the copy. That's the only way to know the files are good. So what state was the service in when you performed the copy? Do you have good SQL backups? Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with ...
Thread:  Show this thread (9 posts)   Thread info: All Databases corrupt Size: 956 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: All Databases corrupt :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
RE: Upgrade database - 6 new posts
Started 1 day, 6 hours ago (2009-12-14 10:44:00)  by webfred
> You can take a backup from that wanted workstation-database and restore it to your server. No, you're never too old to Yak'n'Roll if you're too young to die.
Thread:  Show this thread (6 posts)   Thread info: Upgrade database Size: 391 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Upgrade database :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 1 day, 21 hours ago (2009-12-13 19:32:00)  by tkizer
> I'm not sure what piece of software you are referring to, but if the user isn't in the domain then he/she can connect with SQL authentication instead provided a SQL account has been created for him/her. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that ...
Thread:  Show this thread (6 posts)   Thread info: Connecting to a SQL Server DB from a local PC Size: 913 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Connecting to a SQL Server DB from a local PC :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 5 days, 3 hours ago (2009-12-10 14:26:00)  by tkizer
> Use SQLCMD to log into each and run SELECT @@VERSION. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
Thread:  Show this thread (4 posts)   Thread info: How to list all SQL servers in my environment with Size: 764 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to list all SQL servers in my environment with :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 21 hours, 54 minutes ago (2009-12-14 19:35:00)  by tkizer
> 1. We don't have enough information to be able to answer that. 2. I'm not sure, never seen NULL before for that column. You need to rebuild your indexes more often. You also need to determine if you have missing indexes as that's often a cause of high CPU due to scans. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/...
Thread:  Show this thread (4 posts)   Thread info: High CPU usage - Inputs needed. Size: 1,000 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: High CPU usage - Inputs needed. :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 23 hours, 36 minutes ago (2009-12-14 17:53:00)  by tkizer
> It doesn't sound like it's working at all. Check the SQL Server Error Log to see if you are getting backups. You'll have messages in there if you are. If you are getting backups, then you can view the location of them in the msdb backupmediafamily table. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ ...
Thread:  Show this thread (4 posts)   Thread info: Where is the .trn backup files? Size: 968 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Where is the .trn backup files? :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 4 days ago (2009-12-11 17:08:00)  by khermann
> There is only upside to having complete, up-to-date statistics. Stats are a significant factor in how the optimizer generates execution plans, so the more accurate they are the higher the chances of a generating the best execution plan. If you find yourself often having to manually update stats you might consider turning on auto-update statistics for the database if...
Thread:  Show this thread (3 posts)   Thread info: Statistics - downside? Size: 831 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Statistics - downside? :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
RE: backup issue - 3 new posts
Started 4 days, 4 hours ago (2009-12-11 12:58:00)  by rajasekhar857
> Click on the Particlular database storage option will come go into that.in that full text catalogs option will come.There you can see one name right click on that.Give Delete and take backup.will works fine.There is nothing u can loose by doing so.
Thread:  Show this thread (3 posts)   Thread info: backup issue Size: 447 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: backup issue :: SQL Server Administration (2005) :: SQL Server Forums"
SQL Server Administration (2005)
Started 4 days ago (2009-12-11 17:08:00)  by tkizer
> Sysadmins can change the sa password without knowing the old password. Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/ Subscribe to my blog "Let's begin with the premise that everything you've done up until this point is wrong."
Thread:  Show this thread (3 posts)   Thread info: Changing the SA password without the old password Size: 781 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Changing the SA password without the old password :: SQL Server Administration (2005) :: SQL Server Forums"

This page was found by:   _dta_index  what is _dta_index