DotNetShoutout - Stories tagged with DAC
2
Shouts

SQL-Articles » Creating a Data Tier Application (DAC) Package

posted by sqlarticlessqlarticles 613 days, 2 hours, 42 minutes ago
Sunday, September 18, 2011 5:32:10 PM GMT
In previously article I’ve covered what is DAC package and how it helps during deployment. In this article I’m going we are going to see how can we create a new data tier application (DAC) package for deployment. All SQL Server related objects can be included in this package for deployment, this includes both database and server level objects. (more)
category: Data | clicked: 1 | 1 comment | | source: sql-articles.com
tags: DAC, data tier application, DBA, SQL 2008, sqlarticles
5
Shouts

Logon failed for login due to trigger execution.

published 791 days, 21 hours, 28 minutes ago posted by eralpereralper 793 days ago
Wednesday, March 23, 2011 10:45:35 PM GMT Tuesday, March 22, 2011 8:13:49 PM GMT
Logon failed for login due to trigger execution. While trying to connect SQL Server using SQL Server Management Studio Object Explorer, I got the following error message "Logon failed for login 'sqluser' due to trigger execution.". When I see the error message occured during connect to SQL Server 2008 R2 database, I realized that the cause of the sql exception is the SQL Server logon trigger which I created recently for SQL Server login audit purposes. (more)
category: Data | clicked: 4 | comment | | source: www.kodyaz.com
tags: SQL Server, DAC, SQL, Trigger
5
Shouts

FILESTREAM directory structure - where do the GUIDs come from? - Jacob's Blog

published 1070 days, 6 hours, 40 minutes ago posted by jacobsebastianjacobsebastian 1071 days, 9 hours, 33 minutes ago
Friday, June 18, 2010 1:34:10 PM GMT Thursday, June 17, 2010 10:40:56 AM GMT
SQL Server uses GUID values to name the FILESTREAM folders and you might find it really hard to relate a folder to a table or column. This post explains how you can do it. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: DAC, DBA, SQLServer, Database, Blob, FILESTREAM