Viewing 15 posts - 346 through 360 (of 369 total)
I do something similiar (format YYYYnnnnn) but it is done in a VB6 App.
Basicly I have a table with one record that has the last number used. I read in...
May 20, 2005 at 9:12 am
Try this:
UPDATE table
SET col1 = (SELECT ...), col2 = (SELECT ...)
WHERE predicate
Hope this helps.
Steve
May 18, 2005 at 9:50 am
I am the GIS DBA for a County Government for mapping. I understand the database more that the GIS Tools.
Currently our maps are maintained with Micro Station from Intergraph and...
May 13, 2005 at 8:06 am
If you are looking at migrating data, dts works good. I migrated from Informix to SQL-Server a few years ago. Like jcfilth said, you need an ODBC driver set up...
May 13, 2005 at 7:29 am
I just saw in a mailing from Microsoft that if you attend the MSDN Event "Winter Program 2005" that you will receive a free copy of SQL Server 2005 Beta...
January 26, 2005 at 12:46 pm
Thank You.
I'm sure I can figure out a way based on your suggestions. Now I have to figure out just how automated I want to make it.
Steve
November 23, 2004 at 12:18 pm
Just a wild guess, did these problems occur the weekend of the time change? Maybe the jobs ran twice.
Steve
November 17, 2004 at 3:16 pm
I know you said "Never mind", but here is a subroutine that I put together to will run dts for whichever package you desire. There are references to other subroutines...
November 12, 2004 at 8:15 am
November 8, 2004 at 9:36 am
Did you try recreating the link after the migration? I had to recreate mine after our migration but we not only migrated to SQL 2000 but to a new server...
October 22, 2004 at 8:36 am
I think maintenance plans are a very useful tool. I'm sure that they have their limitations and many prefer to write their own t-sql. One thing I really like is...
October 4, 2004 at 8:59 am
Why do you want to give them the db_owner role? If it is mainly to allow them to create tables look at the db_ddladmin role. According to BOL it allows...
October 1, 2004 at 8:43 am
Just an update.
The query that involved a self join took too long (5-8 sec).
I opted instead to create a permanent table of legal_full and reload it every night from a...
September 23, 2004 at 12:36 pm
You haven't given enough information to know if the pay is reasonable or not. What location are you? Are you talking US Dollars?
Much depends upon your location. What is the...
September 23, 2004 at 9:47 am
Viewing 15 posts - 346 through 360 (of 369 total)