posts - 0, comments - 1573, trackbacks - 0

June 2010 Blog Posts

Looking for a way to find text in your SQL Database objects, then try the free Re-Gate SQL Search

To start I should mention that you can not search the actual data in your tables for text, but you can search your SQL Objects – Tables, Views, Stored Procedures, Constraints, Triggers and Functions for text. Often you want to find all references to a particular piece of text which could be the name of a table or column or just something that you have in a stored procedure. The free tool from Red-Gate software fits the bill well, supporting SQL 2005 and above (including the express editions of Management Studio – See below for notes on SQL...

posted @ Sunday, June 27, 2010 8:35 PM | Feedback (3) |

SQL Server : TSQL Return start/end price and start/end date time by product name

As part of trying to monitor my power usage and to know when my power prices change I download the power prices online from my power provider every 15 minutes and store this in a database. I have been doing this for more than 4 months now and wanted to produce some data showing how the prices have changed over time. I wanted to produce a report of all of the price movements per product over time. The Database I have two SQL Server tables described below that contain...

posted @ Tuesday, June 22, 2010 10:14 PM | Feedback (0) |

An error occurred in the Microsoft .NET Framework while trying to load assembly id 65551. The server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE

Server Error in '/' Application. An error occurred in the Microsoft .NET Framework while trying to load assembly id 65551. The server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error: System.IO.FileLoadException: Could not load file or assembly 'sqlservertimezones, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f34ea75f04c42955' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT:...

posted @ Friday, June 04, 2010 7:28 PM | Feedback (0) |

Powered by:
Powered By Subtext Powered By ASP.NET