Hello All,
I have a rather large committee that I'd like to replicate (with a different name) within iMIS 15.0. Is there an easy way to do replicate/duplicate committees in iMIS?
Thanks
Shawn
Hello All,
I have a rather large committee that I'd like to replicate (with a different name) within iMIS 15.0. Is there an easy way to do replicate/duplicate committees in iMIS?
Thanks
Shawn
Hello All,
I'd like to be able to pre-populate a couple of fields under [Other] tab in the [Manage Customer] section.
The fields are:
I'd like to be able to tell right away by looking at these fields what State Senate district each of my members belong to and the same thing with State House.
Having said that, I have two questions:
Sometime ago, I needed to find a particular string somewhere in my database but didn't want to spend hours/days searching for it. I found this little procedure in sqlserver magazine's website. Very useful:
USE [DATABASE_NAME] --this should change to whatever your database name is
GO
/****** Object: StoredProcedure [dbo].[Find] Script Date: 02/09/2009 09:46:53 ******/
SET ANSI_NULLS ON