Viewing 15 posts - 1 through 15 (of 20 total)
I haven't experienced this issue, but have you considered creating the view with the SCHEMABINDING option? Here's the notes from BOL (http://msdn.microsoft.com/en-us/library/ms187821(v=sql.90).aspx)
If a view is not created...
February 27, 2012 at 2:49 pm
I think the problem is with the line that specifies the rowterminator. After I duplicated the error you got, I simply removed the rowterminator specification. ...
January 29, 2012 at 1:30 pm
Is \\192.168.14.25\d$ the exact value you're typing in for the expression? If so, I think the issue is that the backslash in SSIS is used as the escape...
January 10, 2012 at 8:18 pm
A totally reasonable and useful request. Unfortunately, I don't believe there's a way to do exactly what you're describing. I've tried to do this...
January 6, 2012 at 2:48 pm
Is creating a mapped drive an option in your environment ?
January 6, 2012 at 2:25 pm
If you haven't already done so, I'd recommend some basic checks
(1) Verify that the code is actually connecting to SQL Server. Have you tried stepping through the...
January 5, 2012 at 5:01 am
Actually, it doesn't look like SQL Server needs to be shut down. The tool just reads from master.mdf directly
Brian Kukowski (4/13/2011)
April 13, 2011 at 2:33 pm
You might want to check out the 'Advanced SQL Password Recovery' product by Elcomsoft. I don't have experience with this tool, but Denny Cherry mentioned it in...
April 13, 2011 at 2:28 pm
The methods mentioned for capturing stored procedure usage are definitely good. Whenever you decide to remove the stored procedures, you might consider first making a backup copy of...
April 4, 2011 at 3:20 pm
It looks like Microsoft has been aware of this issue for awhile...
Brian
April 4, 2011 at 3:09 pm
You might want to check out the following free tool from SQL Sentry
http://www.sqlsentry.com/plan-explorer/sql-server-query-view.asp
Brian
April 3, 2011 at 3:54 pm
sorte.orm (11/5/2009)
Exactly why is "select * " not a good idea?
'SELECT *' pretty much guarantees that SQL Server won't be able to take advantage of a potential covering index...
November 5, 2009 at 6:54 am
Great topic. Something I give a lot of thought to, and always looking for new ideas. In many ways, I think my responsibilities consist in...
November 21, 2008 at 8:26 am
Security is the first thing that comes to mind...
- Absolutely no use of the sa account, except for emergency purposes. I include myself in this restriction. ...
October 24, 2008 at 7:05 am
For me, the use of "profane" features comes down to a question of risk/benefit analysis. Will the benefits of using a feature overcome the potential risks? The...
August 12, 2008 at 7:12 am
Viewing 15 posts - 1 through 15 (of 20 total)