62 items | 4 visits
Bookmarks pertaining to database theory or practice. With emphasis on Microsoft SQL (sorry).
Updated on Apr 15, 14
Created on Mar 25, 09
Category: Computers & Internet
URL:
more flexible support of schema changes in SQL 2005 replication
exec sp_change_users_login Update_One, 'MyLogin', 'MyLogin'
used to recover when a local SQL account is defined in a database, but not in the server (for example, after a DB restore to a different server)
for when the time comes... sa password recovery on SQL 2005
nice convinient example of an example SMTP session. (for diagnostic type purposes)
All of a sudden can't generate a new snapshot?
check disk space :(
our application using linked servers stopped working after applying SP2 to the server. you need to set "no authentication required" for the transaction coordinator.
exactly right. UDFs can sometimes cause "database in transition" errors or simillar
There can be a problem installing the SQL 2005 developer edition where it complains it can't install the SQL native client. This post notes that the client is already installed due to .Net 3.5.
Uninstall the existing native client, then let the installe
referencing blobs as filesystem files instead of blobs within the database.
62 items | 4 visits
Bookmarks pertaining to database theory or practice. With emphasis on Microsoft SQL (sorry).
Updated on Apr 15, 14
Created on Mar 25, 09
Category: Computers & Internet
URL: