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 | Forum profile

Forum profile page for SQL Server on http://www.sqlmonster.com. This report page is the aggregated overview from a single forum: SQL Server, located on the Message Board at http://www.sqlmonster.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" on the Message Board at http://www.sqlmonster.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 Forum - SQL Server (site profile, domain info sqlmonster.com)
Title: SQL Server
Url: http://www.sqlmonster.com/Uwe/Forums.aspx/sql-s...
Users activity: 21 posts per thread
Forum activity: 87 active threads during last week
 

Posting activity on SQL Server:

  Week Month 3 Months
Threads: 87 345 961
Post: 183 661 2,064
 

SQL Server Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Erland Sommarskog
14
user's latest post:
Detecting that a row has been...
Published (2009-11-26 22:57:00)
Well, you can say:  UPDATE tbl  SET    last_updated = DEFAULT  WHERE  ... But if you don't list the column in the SET clause, nothing will happen. > Triggers would be a possibillity, but I would prefer a default which get > 'pasted' during the update and not use triggers.
Uri Dimant
13
user's latest post:
Detecting that a row has been...
Published (2009-11-26 10:40:00)
Ben You can compare ROWVERSION  for the specific data like client applications connects to the database and returns some data , then it performs some operations (UPDATE) for example and when you are ready to commit the transaction, compare a row versuion of your old  (when you first returns the data) and new (SELECT from the table ) before commiting a transaction , so if they are different someone updated that row If you are...
TheSQLGuru
13
user's latest post:
Failing Log Backups
Published (2009-11-28 16:40:00)
There have been many examples of people who have wasted a LOT of time looking for help on forums for a production outage when getting MS support (or a qualified consultant) on board immediately was by far their best option.  I recommended that as your best option since you failed to mention that you were already in the queue with MS support. I could have also asked other questions but they would have all been related to what...
Kalen Delaney
12
user's latest post:
Failing Log Backups
Published (2009-11-28 17:36:00)
My only concern was you stating that you were 'stunned' at Kevin's assumptions, as if he/we should know what else you had been doing. Signature HTH Kalen ---------------------------------------- Kalen Delaney SQL Server MVP www.SQLServerInternals.com > Hi Kalen, > [quoted text clipped - 92 lines] >>>>> Thanks, >>>>> Rubens
Jay
11
user's latest post:
Why use ssis?
Published (2009-11-26 21:32:00)
Sigh, ... this is probably true, however, you are consistently refusing to acknowledge the maintainability portion of the equation. As has been in evidence in this discussion, pretty much everyone knows SSIS and pretty much everyone does not know LINQ. Therefore, when your staff changes you're either not going to have people who know LINQ, or you will have to use developers (who know C#) for DBA duties. ... >> Let me ask...
Geoff N. Hiten
8
user's latest post:
How to Install Tools on Other...
Published (2009-11-26 20:25:00)
Your media must be different than the installed version. That can happen. Find a versoin of the media that is the same as your installed version. Signature Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP > Hi Geoff > [quoted text clipped - 54 lines] >>> >>> Charles
Rubens
6
user's latest post:
TFS / Source Control Integration...
Published (2009-11-27 22:35:00)
I figured this out.  I had to install Team Explorer which is a free download available online.  What confused me was the size of the install file, almost 400 MB. Thanks. > Please forgive me if I am posting this to the wrong group. > [quoted text clipped - 14 lines] > Thank-you, > Rubens
Dan
5
user's latest post:
Database Restore Showing Current...
Published (2009-11-24 13:50:00)
Kalen/Erland, Thank you both for your assistance.  Kalen, I actually did run the exact same initial SELECT query with the join, and it return no results at all (since there aren't any records with NULL approval dates). The EM doesn't really provide much in the way of options for the restore.  I feel pretty sure about which backup I was restoring based on the date and time of the backup as shown by EM.   I...
Sharon
5
user's latest post:
Why use ssis?
Published (2009-11-26 17:00:00)
Hi Kevin. I'm not importing/exporting data, just transferring and transforming. You are generalizing, we're talking about experienced developers, Who are aware of scalability problems and don't just "slap code together". So why do you think that SSIS will be more efficient for us? >I am among other things a SQL Server performance tuning consultant and I >have a saying that I tell all of my...
Steen Schlüter Persson
5
user's latest post:
Detecting that a row has been...
Published (2009-11-27 10:20:00)
If you are on SQL 2008, you'll have the Change Tracking function available. I haven't used it myself though, but it more or less sounds like something you can program yourself by means of triggers so there might be a little overhead when turning it on. Signature Regards Steen Schlüter Persson (DK) > Dear reader, > [quoted text clipped - 7 lines] > Thanks for your time and attention, > Ben Brugman
 

Latest active threads on SQL Server::

SQL Server Forum
Started 4 days, 9 hours ago (2009-11-26 10:40:00)  by Uri Dimant
Ben You can compare ROWVERSION for the specific data like client applications connects to the database and returns some data , then it performs some operations (UPDATE) for example and when you are ready to commit the transaction, compare a row versuion of your old (when you first returns the data) and new (SELECT from the table ) before commiting a transaction , so if they are different ...
Thread:  Show this thread (10 posts)   Thread info: Detecting that a row has been updated. Size: 1,188 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Detecting that a row has been updated. :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 5 days, 6 hours ago (2009-11-25 14:15:00)  by Uri Dimant
Sharon I am not familiar with LINQ and cannot say how you can compare those techniques, for example can you by using LINQ import 10 million rows (within 3-5 min) from CSV file into a table in SQL Server? > Hi all, > I'm new to SQL Server Business Intelligence Development Studio, [quoted text clipped - 4 lines] > Thenks, > Sharon.
Thread:  Show this thread (15 posts)   Thread info: Why use ssis? Size: 437 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why use ssis? :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 1 day, 18 hours ago (2009-11-29 01:52:00)  by Greg Low (MVP)
Hi Jay, When installing, on the page where you select components, there is an option for full-text indexing, under the database engine area. If not, make sure it's really developer edition and not express. HTH, Greg > I'm trying to install the 2008 Adventure works databases (from : > http://msftdbprodsamples.codeplex.com/Release/Proj ectReleases.aspx?ReleaseId=34032 ) [quoted text ...
Thread:  Show this thread (3 posts)   Thread info: Enable Full Text Search Size: 696 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Enable Full Text Search :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 1 week ago (2009-11-23 15:28:00)  by Mark Broadbent
Not sure if this will help given the error message, but I do tend to find that logical disk corruption does cause odd behaviour sometimes. Therefore if you havent checked the disk why dont you try doing a:- chkdsk driverletter: ..from the command line for each drive letter on this server instance. This will give you a readonly checkdisk and should you get any errors reported then you need ...
Thread:  Show this thread (9 posts)   Thread info: Failing Log Backups Size: 886 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Failing Log Backups :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 4 days, 2 hours ago (2009-11-26 18:18:00)  by Geoff N. Hiten
Start with the SETUP.exe in the TOOLS folder on the DVD or the TOOLS CD. Signature Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP >I have a clustered SQL Server instance (Standard Edition) installed on a >2-node Windows 2003 x64 cluster. [quoted text clipped - 43 lines] > > Charles
Thread:  Show this thread (7 posts)   Thread info: How to Install Tools on Other Nodes in a Cluster Size: 540 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to Install Tools on Other Nodes in a Cluster :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 2 days, 21 hours ago (2009-11-27 22:35:00)  by Rubens
I figured this out. I had to install Team Explorer which is a free download available online. What confused me was the size of the install file, almost 400 MB. Thanks. > Please forgive me if I am posting this to the wrong group. > [quoted text clipped - 14 lines] > Thank-you, > Rubens
Thread:  Show this thread (2 posts)   Thread info: TFS / Source Control Integration with SSMS Size: 402 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: TFS / Source Control Integration with SSMS :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 1 month, 2 weeks ago (2009-10-13 17:42:00)  by Richard Mueller [MVP]
Most likely the service account that runs sql-agent lacks sufficient permissions. You might revise the script to trap possible errors and log error information to a text file, but the service account must have permissions to write the file. Perhaps something like below: Dim objDB, objFSO, objLogFile Set objFSO = CreateObject("Scripting.FileSystemObject") Set objLogFile = objFSO....
Thread:  Show this thread (5 posts)   Thread info: Unable to run VB-script from SQL-agent Size: 1,850 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Unable to run VB-script from SQL-agent :: SQL Server :: SQL Server Forum"
SQL Server Forum
Started 5 days, 8 hours ago (2009-11-25 11:40:00)  by Uri Dimant
This script was written by Dejan Sarka long times ago and since you have not provided us with the version of SQL Server you are using I copied/pasted his example works on SQL Server 2000 (have not tested on lastest versions) For example, let's say we want to follow selects on the Customers table of the Northwind database. Create a trace with only the following settings: - SP:...
Thread:  Show this thread (7 posts)   Thread info: trigger on select Size: 1,810 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: trigger on select :: SQL Server :: SQL Server Forum"
 

Hot threads for last week on SQL Server::

SQL Server
RE: Why use ssis? - 15 new posts
Started 5 days, 6 hours ago (2009-11-25 14:15:00)  by Uri Dimant
Sharon I am not familiar with LINQ and cannot say how you can compare those techniques, for example can you by using LINQ import 10 million rows (within 3-5 min) from CSV file into a table in SQL Server? > Hi all, > I'm new to SQL Server Business Intelligence Development Studio, [quoted text clipped - 4 lines] > Thenks, > Sharon.
Thread:  Show this thread (15 posts)   Thread info: Why use ssis? Size: 437 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why use ssis? :: SQL Server :: SQL Server Forum"
SQL Server
Started 1 week ago (2009-11-23 19:22:00)  by Kalen Delaney
Hi Dan Are you sure you're looking at the correct database when you check the values? If you restored an even older version and still see the bad data... there are only two possibilities: 1. The bad data was there longer than you think 2. You're looking in the wrong place What are you doing to verify the data in the restored database? Signature HTH Kalen ...
Thread:  Show this thread (10 posts)   Thread info: Database Restore Showing Current Data Size: 958 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Database Restore Showing Current Data :: SQL Server :: SQL Server Forum"
SQL Server
Started 4 days, 9 hours ago (2009-11-26 10:40:00)  by Uri Dimant
Ben You can compare ROWVERSION for the specific data like client applications connects to the database and returns some data , then it performs some operations (UPDATE) for example and when you are ready to commit the transaction, compare a row versuion of your old (when you first returns the data) and new (SELECT from the table ) before commiting a transaction , so if they are different ...
Thread:  Show this thread (10 posts)   Thread info: Detecting that a row has been updated. Size: 1,188 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Detecting that a row has been updated. :: SQL Server :: SQL Server Forum"
SQL Server
Started 1 week ago (2009-11-23 15:28:00)  by Mark Broadbent
Not sure if this will help given the error message, but I do tend to find that logical disk corruption does cause odd behaviour sometimes. Therefore if you havent checked the disk why dont you try doing a:- chkdsk driverletter: ..from the command line for each drive letter on this server instance. This will give you a readonly checkdisk and should you get any errors reported then you need ...
Thread:  Show this thread (9 posts)   Thread info: Failing Log Backups Size: 886 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Failing Log Backups :: SQL Server :: SQL Server Forum"
SQL Server
RE: SQL Cluster - 8 new posts
Started 6 days, 5 hours ago (2009-11-24 15:03:00)  by Steen Schlüter Persson
A simple google search gave this link - http://msdn.microsoft.com/en-us/library/ms143393.a spx Maybe that can answer your question? Signature Regards Steen Schlüter Persson (DK) > Is upgrading from SQL Server 2005 32 bit on 64 bit Windows 2003 O/S > TO SQL Server 2008 32 bit or 64 bit supported ? Both Enterprise Editions. [quoted text clipped - 4 lines] > > Arthur.
Thread:  Show this thread (8 posts)   Thread info: SQL Cluster Size: 624 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL Cluster :: SQL Server :: SQL Server Forum"
SQL Server
Started 5 days, 8 hours ago (2009-11-25 11:40:00)  by Uri Dimant
This script was written by Dejan Sarka long times ago and since you have not provided us with the version of SQL Server you are using I copied/pasted his example works on SQL Server 2000 (have not tested on lastest versions) For example, let's say we want to follow selects on the Customers table of the Northwind database. Create a trace with only the following settings: - SP:...
Thread:  Show this thread (7 posts)   Thread info: trigger on select Size: 1,810 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: trigger on select :: SQL Server :: SQL Server Forum"
SQL Server
Started 4 days, 2 hours ago (2009-11-26 18:18:00)  by Geoff N. Hiten
Start with the SETUP.exe in the TOOLS folder on the DVD or the TOOLS CD. Signature Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP >I have a clustered SQL Server instance (Standard Edition) installed on a >2-node Windows 2003 x64 cluster. [quoted text clipped - 43 lines] > > Charles
Thread:  Show this thread (7 posts)   Thread info: How to Install Tools on Other Nodes in a Cluster Size: 540 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to Install Tools on Other Nodes in a Cluster :: SQL Server :: SQL Server Forum"
SQL Server
Started 6 days, 21 hours ago (2009-11-23 22:55:00)  by Erland Sommarskog
What recovery mode is the database in? If the database is in simple or bulk_logged recovery mode, this is to be expected, because all operations are minmally logged with the heap table, but fully logged with clusteredTable. But I guess that even in full recovery mode, the heap table can be faster, particularly if the data file is not sorted along the clustered index. Signature Erland ...
Thread:  Show this thread (6 posts)   Thread info: Data Load Performance Size: 934 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Data Load Performance :: SQL Server :: SQL Server Forum"
SQL Server
Started 4 days, 21 hours ago (2009-11-25 22:36:00)  by Kalen Delaney
It would seem to make sense that SQL Server could stop in some cases before it got to the leaf, but my testing does not indicate that SQL Server does so. If I compare the logical reads between covered queries looking for a key value that occurs in the upper levels, vs a key value that only occurs at the leaf, I do not get fewer reads for the former. In fact, in one test I got more reads ...
Thread:  Show this thread (6 posts)   Thread info: Traversing Leaf Levels to satisfy a query Size: 1,333 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Traversing Leaf Levels to satisfy a query :: SQL Server :: SQL Server Forum"
SQL Server
Started 5 days, 2 hours ago (2009-11-25 17:55:00)  by Tibor Karaszi
No, large ldf should not affect perf. A large number of VLFs (Virtual Log Files) can affect a couple of aspects which are perf related (like database startup time), but I'd say that are on the edge cases. Signature Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://sqlblog.com/blogs/tibor_karaszi > Outside of the obvious like space, can a large ...
Thread:  Show this thread (6 posts)   Thread info: Transaction Log Performance Size: 718 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Transaction Log Performance :: SQL Server :: SQL Server Forum"