Sign In
SQL, Analysis Services & related stories.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
SQL CLR
SQL Server 2005
SQL Server 2005 Administration
SQL Server 2005 Security
SQL Server Administration
SQL Server Troubleshooting
TSQL
Archive
Archives
April 2007
(2)
March 2007
(2)
January 2007
(3)
December 2006
(1)
MSDN Blogs
>
SQL, Analysis Services & related stories.
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL, Analysis Services & related stories.
SQL 2000 to SQL 2005 migration: temporary tables reuse issue.
Posted
over 5 years ago
by
Igor Kovalenko
5
Comments
During the same project the next issue was found: temporary table reuse. Here is an example on “how to reproduce”: USE tempdb GO CREATE PROCEDURE dbo.usp_step_one AS BEGIN CREATE TABLE #temp (ID INT NOT NULL, NUM INT) ALTER TABLE...
SQL, Analysis Services & related stories.
SQL 2000 to 2005 migration: execution plan change issue.
Posted
over 5 years ago
by
Igor Kovalenko
11
Comments
Last week I was engaged on SQL 2000 to SQL 2005 migration project, and we had identified some issues related to significant changes in execution plans. Before migration we tested the application with using Upgrade Advisor (test passed without any caution...
SQL, Analysis Services & related stories.
How to avoid 1000 rows limitation when querying active directory (AD) from SQL 2005 with using custom code.
Posted
over 5 years ago
by
Igor Kovalenko
21
Comments
As all of you know it is possible to query active directory from SQL Server with using ADSI provider as linked server. This solution works fine until you will have a lot of users in active directory. According to best practice guide windows system engineers...
SQL, Analysis Services & related stories.
Switching context with using EXECUTE AS ... not always switch it in fact as you wish.
Posted
over 5 years ago
by
Igor Kovalenko
1
Comments
In this demo i will try to explain why SET TRUSTWORTHY ON on some databases may make the sysadmin job unsafe. In previous posts i explained how db owner (or any developer) can try to implemet simplest luring attack against server sysadmin. According to...
SQL, Analysis Services & related stories.
Workaround for “Unable to set Default Schema for a group”.
Posted
over 5 years ago
by
Igor Kovalenko
1
Comments
Let assume you are using Windows Authentication with SQL Server 2005, you've added a new server account for domain group and would like to give it a default schema. The properties window is the same for users and groups but the default schema field is...
SQL, Analysis Services & related stories.
SQL Server 2005: building security model based on DDL triggers.
Posted
over 5 years ago
by
Igor Kovalenko
2
Comments
Last month I’m working with a client to create something like non-standard security model. He asked for the following features: - server–level management only for sa (server admin). - database–level management for dbo (one or more dbo per database...
SQL, Analysis Services & related stories.
db_securityadmin is very powerfull and … dangerous.
Posted
over 5 years ago
by
Igor Kovalenko
4
Comments
Few days ago I worked for one client. He uses the following business model: - dbo usually responsible for high level database design and maintenance; - all database users organized in additional security groups for security purposes; - dedicated...
SQL, Analysis Services & related stories.
ALTER DATABASE ... ALTER COLLATION (FORCED).
Posted
over 6 years ago
by
Igor Kovalenko
42
Comments
As all of you know Microsoft has made a small problem for all SQL DBA and developers. If you have a database with any of SQL_xxxxx collations (for more details please have a look at the TERTIARY_WEIGHTS() function here ), you will defenetily have a significant...
Page 1 of 1 (8 items)