Quantcast
Channel: SQL Server Information
Browsing all 36 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to audit user activities from Transaction Log File

There are scenarios where you may want to find out which user deleted the data or created a table etc ..  Use below statement in the database whose transaction log file is to be auditedDBCC LOG...

View Article


Image may be NSFW.
Clik here to view.

The SQL Server FullTextSearch (MSSQLSERVER) service depends the following...

SQL Server 2005 FullText Search on Windows 2008 [Longhorn] Cluster fails to come online. Below is the error noticed in System event logGeneric application 'SQL Server Fulltext' could not be brought...

View Article


Image may be NSFW.
Clik here to view.

SQL Server 2000 or SP4 installation or bringing SQL resource online after...

After installing SQL Server on a cluster or upgrading it to Sevice Pack 4, if you reboot the nodes then you get below message or try to bring the SQL Server resource online from cluster administrator,...

View Article

Image may be NSFW.
Clik here to view.

Replication agents may fail with error "Server '(servername)' is not...

SymptomsOne or more replication agents are failing with below error in verbose log<verbose log>OLE DB distributor 'SQLGUYDISTRIB': execute sp_server_info 18ANSI codepage: 1OLE DB Distributor...

View Article

Image may be NSFW.
Clik here to view.

Error: 17207, Severity: 16, State: 1. STREAMFCB::Startup: Operating system...

SymptomsA SQL Server 2008 database having filestream enabled is in either recovery or being restored fails with below errorError: 17207, Severity: 16, State: 1STREAMFCB::Startup: Operating system error...

View Article


Image may be NSFW.
Clik here to view.

Windows Sync Manager shows error message "Microsoft SQL Server could not save...

SymptomsIn pull subscriptions, when you use Windows Synchronization Manager to synchronize, it will ask for security information to connect to publisher and distributor. As soon as you click ON on the...

View Article

A value for the parameter @host_name was specified, but no articles in the...

When adding data partitions in merge publication sometimes below error is encountered   Cannot add a partition with SUSER_SNAME A value for the parameter @host_name was specified, but no articles in...

View Article

Replication over firewall

Most of the times you would run into scenario where you have a firewall between publisher/ distributor & subscriber                                        |                                      |...

View Article


How to see commands with Command IDs in SQL Server 2000

Below query will help in seeing the command along with command_id. This is helpful in cases where you want to skip a corrupt command in SQL Server 2000 Transactional Replication   use distribution...

View Article


How to manually install SQL SP4 scripts when only the binaries have been...

There are times when we see that while installing Service Pack 4 for SQL Server 2000 on standalone or clustered instance, the binaries have been upgraded but somehow SP4 failed to apply the T-SQL...

View Article

How to audit user activities from Transaction Log File

There are scenarios where you may want to find out which user deleted the data or created a table etc ..   Use below statement in the database whose transaction log file is to be audited DBCC LOG...

View Article

The SQL Server FullTextSearch (MSSQLSERVER) service depends the following...

SQL Server 2005 FullText Search on Windows 2008 [Longhorn] Cluster fails to come online. Below is the error noticed in System event log Generic application ‘SQL Server Fulltext’ could not be brought...

View Article

SQL Server 2000 or SP4 installation or bringing SQL resource online after...

After installing SQL Server on a cluster or upgrading it to Sevice Pack 4, if you reboot the nodes then you get below message or try to bring the SQL Server resource online from cluster administrator,...

View Article


Replication agents may fail with error "Server ‘(servername)’ is not...

Symptoms One or more replication agents are failing with below error in verbose log <verbose log> OLE DB distributor ‘SQLGUYDISTRIB’: execute sp_server_info 18 ANSI codepage: 1 OLE DB Distributor...

View Article

Error: 17207, Severity: 16, State: 1. STREAMFCB::Startup: Operating system...

Symptoms A SQL Server 2008 database having filestream enabled is in either recovery or being restored fails with below error Error: 17207, Severity: 16, State: 1 STREAMFCB::Startup: Operating system...

View Article


Windows Sync Manager shows error message "Microsoft SQL Server could not save...

Symptoms In pull subscriptions, when you use Windows Synchronization Manager to synchronize, it will ask for security information to connect to publisher and distributor. As soon as you click ON on the...

View Article
Browsing all 36 articles
Browse latest View live