Viewing 15 posts - 6,016 through 6,030 (of 9,643 total)
What controls are using to create the report? A table, a list and textboxes? Depending on the controls you are using the answer may vary. If you...
February 12, 2009 at 8:51 am
I believe you want to check the ANSI_PADDING setting. That does affect how trailing blanks (spaces) are handled.
February 12, 2009 at 8:45 am
Okay, as I said in my first post:
Could you post the structure of the table you are querying, some sample data, and your current query? See the links in...
February 12, 2009 at 8:37 am
Can you post the DDL for the table and some sample data? See the links in my signature for how - to.
With the DDL and test data you can...
February 11, 2009 at 3:19 pm
Grant Fritchey (2/11/2009)
February 11, 2009 at 12:51 pm
Looks like it would work. One of my preferences is to to use an identity column as the primary key (adding a unique constraint on the true primary key)...
February 11, 2009 at 10:46 am
mcloney (2/11/2009)
Great intro article on SSIS! I've been working with it for over two years, but had never tried anything similar to your "data probe" technique. It...
February 11, 2009 at 10:14 am
Well, I wasn't clear on if he was installing a new instance or upgrading the existing with Reporting Services or Analysis services. I assumed upgrading the default. Sure...
February 11, 2009 at 10:12 am
DanCafeFood (2/11/2009)
There is a one to many relationship between room and course (1 room can have
many courses)
There is a one to many relationship between Course and Teacher (1 course can...
February 11, 2009 at 9:31 am
Could you post the structure of the table you are querying, some sample data, and your current query? See the links in my signature for some help on this.
What...
February 11, 2009 at 9:24 am
It doesn't look to me like you have uninstalled. It looks like you already have default instances of Analysis Services and SQL Server, so you would select Default.
February 11, 2009 at 8:31 am
If you use ISO format yyyymmdd in your queries then it will work with all language settings.
Check this out:
SET LANGUAGE us_english
SELECT
ISDATE('20091231'),
ISDATE('12/31/2009'),
...
February 11, 2009 at 8:24 am
Nice article Andy. I've never used the multicast task and didn't have an idea why I'd use it, but this is a good way use for it in my...
February 11, 2009 at 6:32 am
It certainly seems like the volume has picked up again. Last November it seemed like things had slowed down, now there are plenty of questions to answer again. ...
February 11, 2009 at 6:20 am
You would need to create a role or roles in the each database. For the situation you describe I would have a Developers role, and Application Users role and...
February 11, 2009 at 6:17 am
Viewing 15 posts - 6,016 through 6,030 (of 9,643 total)