Viewing 15 posts - 166 through 180 (of 370 total)
The reason it shows master as the default database is because master is the default "default" database. When your login was set up, someone didn't take the time to...
January 8, 2008 at 8:57 am
Could you post the file layout of the table in question? You may need to normalize it instead of breaking it into separate tables based upon artificial criteria.
Steve
January 3, 2008 at 8:19 am
The only time I found an Instead Of trigger useful was when I normalized a table by pulling out the Name field into its own table. I renamed the...
December 17, 2007 at 12:25 pm
It sounds like you want to see the data in a different way than it is stored. In that case, just use a format statement when you retrieve the...
December 6, 2007 at 7:48 am
You said that if each client had a staging table you could use truncates. What is preventing you from doing this? If the application requires the staging table...
December 6, 2007 at 7:40 am
Have you considered try to parse the address1 field into its components? Then the parts of the address that are more relevant (house number, street name, etc.) can be...
December 5, 2007 at 8:11 am
Do you have a test database to try this out on? If not, restore a full backup to another database and try out the conversion safely against it.
Steve
November 15, 2007 at 11:12 am
I haven't started using 2005 yet, but I'm sure someone on the forum can help you.
Steve
November 15, 2007 at 10:17 am
The query works for me in SqlServer 2000. What version do you have?
Steve
November 14, 2007 at 3:04 pm
Are the tables in jb1 and jb2 identical and you want to keep them that way with replication? If that is the case, why don't you just create a...
November 7, 2007 at 2:07 pm
Your design, as others have suggested, cries out to be normalized. This from Books on Line:
"Normalization
The logical design of the database, including the tables and the relationships between them,...
October 31, 2007 at 12:29 pm
In a small shop (1-2 developer / dba / system support) we have had occasion to contract out software to our specs when it is too much to do on...
October 24, 2007 at 2:28 pm
I forgot to say that I worked at IBM less than a year but have had many computer related jobs since. Having a degree seemed to help getting jobs,...
October 23, 2007 at 3:39 pm
I squeezed 4 years into 5 and graduated in '73 with a BA in Psychology after exploring majors of Math, Music, Engineering, Geography and Elem Education.
After no jobs to speak...
October 23, 2007 at 2:58 pm
Viewing 15 posts - 166 through 180 (of 370 total)