Viewing 15 posts - 6,046 through 6,060 (of 26,490 total)
djj (8/21/2014)
Lynn Pettis (8/21/2014)
August 21, 2014 at 8:00 am
Just an FYI, I prefer the system views to the information_schema views as there is more information contained in them. Also, information_schema views aren't that portable. They don't...
August 21, 2014 at 7:22 am
SequelSurfer (8/21/2014)
Lynn Pettis (8/20/2014)
SequelSurfer (8/20/2014)
August 21, 2014 at 7:01 am
Koen Verbeeck (8/21/2014)
Lynn Pettis (8/20/2014)
I...
August 21, 2014 at 7:01 am
Never had a problem with them running at my previous employer. Just a bit of a pain when they needed to be modified.
August 20, 2014 at 6:03 pm
This isn't so much a error, but an informational warning that it may take a bit to open the package and the editor may be slow.
I have had that occur...
August 20, 2014 at 5:32 pm
Not enough to work with here. If you could post the DDL (CREATE TABE statement) for the two tables, some sample data for the tables (INSERT INTO statements), and...
August 20, 2014 at 5:19 pm
Eric M Russell (8/20/2014)
dirk.dromgoole (8/20/2014)
WHERE (GETDATE() - 1 <= EndDate)
If EndDate...
August 20, 2014 at 10:44 am
Ed Wagner (8/20/2014)
Lynn Pettis (8/20/2014)
Lynn Pettis (8/20/2014)
Ed Wagner (8/20/2014)
August 20, 2014 at 10:39 am
SequelSurfer (8/20/2014)
August 20, 2014 at 10:35 am
Lynn Pettis (8/20/2014)
Ed Wagner (8/20/2014)
August 20, 2014 at 10:30 am
Ed Wagner (8/20/2014)
August 20, 2014 at 10:25 am
Just to show how it still works with the dogs names included:
create table dbo.DogBreeds_TestTable (
DogName varchar(32),
DogBreed varchar(32)
);
--Dog_names Dog_breed Order
--Princess Boxer 1
--Jack Boxer...
August 19, 2014 at 5:58 pm
hamptonmom2009 (8/19/2014)
I took bits and pieces. I realized I needed to add the dog's names to make things unique. I was able to get what I wanted (minus the...
August 19, 2014 at 3:32 pm
hamptonmom2009 (8/19/2014)
I took bits and pieces. I realized I needed to add the dog's names to make things unique. I was able to get what I wanted (minus the...
August 19, 2014 at 2:58 pm
Viewing 15 posts - 6,046 through 6,060 (of 26,490 total)