SQLServer-QA.net - Knowledge Sharing Network (SSQA.net)
Invisible community contributions, Visible success to users
Browse by Tags
All Tags
»
xml
(
RSS
)
2005
access
calculated
collation
column
connection
damaged
data type
datatype
dba
error
error log
event viewer
execution
full-text
image
indexes
infopath
information
internal tables
kba
list
lob
logging
microsoft
new features
package
performance
permissions
profiler
query
query plan
samples
search
security
sharepoint
showpan
sql server
ssis
ssms
table
tables
tips
top
tsql
video
violation
warning
SQL Server 2008 new features highlights - a short video samples
Published 25 June 8 1:6 PM |
SSQA.net
I'm sure that by now you are aware about the list of new features within SQL Server 2008 and recently I have had couple of emails from newbie DBA/users in SQL Server asking about any reference they can get on these new features, with a video. In this...
SQL Server 2005 logging providers - make best use for SSIS packages to diagnose the issues
Published 9 April 8 2:22 AM |
SSQA.net
Log or trace of activities will help you to get detailed information on what's going wrong, that too very useful for ETL based processes. In this regard within SQL Server 2005 using SSIS you can enable such logging within the package's runtime...
Show a calculated column of a Sharepoint Lists in Infopath 2007
Published 10 March 8 3:23 AM |
SSQA.net
Here is a small tip about how to display a Sharepoint Lists' calculated column in infopath 2007.1. Create your lists in Sharepoint with a calculated column (Field1&Field2)2. In Infopath 2007, create a data connection use XML file use the following...
Internal Tables in SQL Server 2005, what are they for?
Published 2 November 7 3:17 AM |
SSQA.net
By default SQL Server automatically creates the internal tables for Full-text search, XML indexes and Service broker. These are also created when a user query is written poorly that uses tempdb heavily. At they are called internal tables but do not contain...
FIX: Error message when you run a query that references a column of the XML data type in SQL Server 2005: "The XML data type is damaged"
Published 5 October 7 7:32 AM |
SSQA.net
The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise X64 Edition, SQL Server 2005 Enterprise Edition & SQL Server 2005 Standard Edition Notification Contents: New and All Modifications FIX...
Show text from sql_handle
Published 4 October 7 5:50 AM |
SSQA.net
Based upon the query or stored procedure execution the plan will be stored in the cache, but it may not be in readable format as it is stored in Hexadecimal when you simply query SYSPROCESSES table. So in order to extract the query plan that is in cache...
How do I find the data types such as xml or text or image of a specified table?
Published 18 July 7 9:34 AM |
SSQA.net
USE <database_name>; GO SELECT name AS column_name ,column_id ,TYPE_NAME(user_type_id) AS type_name ,max_length ,CASE WHEN max_length = -1 AND TYPE_NAME(user_type_id) <> 'xml' THEN 1 ELSE 0 END AS [(max)] FROM sys.columns WHERE object_id...
FIX: Error message when you run a query that contains nested FOR XML clauses in SQL Server 2005: “The XML data type is damaged”
Published 13 June 7 2:50 PM |
SSQA.net
Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise Edition & Standard Edition Notification Contents: New and Major Modifications FIX: Error message when you run a query that contains nested FOR XML clauses in SQL Server 2005: “The...
List of KBAs that are modified for SQL Server Enterprise X64 edition
Published 22 May 7 1:2 PM |
SSQA.net
The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise X64 Edition FIX: You receive error messages when you use SQL Server Management Studio or SQL Server Business Intelligence Development Studio...
Search
Go
This Blog
Home
Contact
About
Tags
2005
2008
best practice
best practices
blogs
conference
database
databases
dmv
download
error
indexes
kba
management
microsoft
performance
query
replication
reporting services
security
sql server
ssis
ssms
tsql
webcast
Community
Home
Blogs
Media
Groups
Archives
October 2008 (3)
September 2008 (26)
August 2008 (32)
July 2008 (27)
June 2008 (39)
May 2008 (60)
April 2008 (35)
March 2008 (48)
February 2008 (59)
January 2008 (63)
December 2007 (58)
November 2007 (43)
October 2007 (100)
September 2007 (110)
August 2007 (146)
July 2007 (106)
June 2007 (114)
May 2007 (78)
April 2007 (2)
News
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go