Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
309 views

SQL AdventureWorks count employees by gender by city

I want to count the cities by gender, like this; City GenderFCount GenderMCount Redmond 10 20 Here is my query gets city and gender in AdventureWorks database select Gender,City ...
2
votes
1answer
20 views

Datatype in AdventureWorks database

When I looked at the tables in Adventure works, the design of each columns seems a bit strange. Since AdventureWorks shows industrial standards I want to follow it. In Phone number columns they have ...
1
vote
0answers
18 views

Why tables in AdventureWorksLT have both a PK column and a rowguid column?

Why tables in AdventureWorksLT have both a PK column and a rowguid column? Is there any reason for that? What's the point of having both columns? For the Product table, you've got ProductID and ...
1
vote
0answers
72 views

ASP.NET Master/Detail filtering stuck

I have Microsoft's AdventureWorks database. I need to filter ProductCategory table and Product table via two dropdownlists. I have to use SqlDataSource or LinqDataSource. First list: SqlDataSource -> ...
1
vote
3answers
59 views

SQL Function Error Converting null date to String

I am using Adventureworks2008R2 Database and trying to render the following. I have problem with Case clause in the SQL Query. Enddate in the table is of date datatype SELECT Firstname, ...
1
vote
1answer
56 views

Mapping entity properties to other entities

Inside the AdventureWorks database we have Individuals, Contacts and Customers. These 3 tables are related. My goal is to get the FirstName, LastName and Email up on the Customers when I call them. ...
1
vote
1answer
75 views

Sample databases for SQL Server 2008

To practice and learn more about databases, I’m searching besides the well-known databases like AdventureWorks and Northwind for more exemplary databases. Are there any or any which are possible to ...
1
vote
2answers
265 views

adventureworks 2005 and 2008

does anyone know what the differences are between these two databases? the reason i ask is i am taking a sql class, and they are using 2008, however, since i have sql server 2005 installed i am unable ...
1
vote
1answer
383 views

SQL Invalid Object Name 'AddressType'

I am getting the above error in my VS 2008 C# method when I try to invoke the SQL getColumnNames stored procedure from VS. This SP accepts one input parameter, the table name, and works successfully ...
1
vote
2answers
2k views

does AdventureWorks db have tutorials / exercises?

i downloaded and installed AdventureWorks db for sql server 2008. do u know if there are any exercises or tutorials for it? i want to practice my SQL select statements
1
vote
3answers
516 views

F# Code for Adventure Works Sample

it is very hard to find good samples for f# in the web. some samples show a simple web crawler for downloading stock data from yahoo or only code snippets of bigger ideas. i'm searching for an real ...
1
vote
3answers
630 views

Northwind Starters Kit

Is the Northwind Starter Kit from Codeplex a good starting point to learn more about how to best architect an ASP.NET application? Is there something similar for the AdventureWorks database examples? ...
0
votes
0answers
16 views

SSAS -> AdventureWorks Example -> Using the browser to splice a measure by week, shows results that have two of the same week records?

This may be a stupid question.....I have been working on a cube and noticed that when I am browsing measures in my cube by weeks, I am getting an unexpected result, but first let me display my current ...
0
votes
1answer
13 views

Unable to find the instance while installing AdventureWorks2008R2_SR1

while installing the AdventureWorks2008R2_SR1 which is downloaded from the codeplex site, the instance value is not showing. How to enable the instance there. i can able lo log in to the sql server ...
0
votes
0answers
133 views

WCF RIA Services sample, HR application 4004 Exception

I'm absolutely beginner to develop silverlight with RIA i found the WCF RIA Services sample from silverlight.net by following the tutorial i get an error while i trying to add new employee it will ...
0
votes
2answers
46 views

Can I have a date+timestamp column in sql server db update automatically on insert or update?

I want to have a column in my tables called ModifiedDate that automatically updates when a row is inserted or updated. Can this be done without writing code in the c# clients that use the db? Copying ...
0
votes
2answers
129 views

sql databases Northwinds , pubs , AdventureWorks or some others?

Technology : Microsoft SQL Server 2008 Aim : Master SQL Server 2008 using Microsoft's databases I am looking for a tutorial where I get a lot of exercises to do, so that I can master SQL Server ...
0
votes
0answers
117 views

i am Looking for More T-SQL Exercise which use Adventureworks2008R2 …do you have any Link or book? [closed]

i am Learning T-SQL Querying right now and i need More Practice which use AdventureWorks2008R2 . do you have any Book Link Web site or something about Adventureworks 2008 R2 Exercises ?
0
votes
0answers
135 views

Where to download whole AdventureWorks database?

I've just downloaded and installed the AdventureWorks database from here: http://msftdbprodsamples.codeplex.com/releases/view/55926. Bizarrely, the full database is not installed, just only the ...
0
votes
1answer
80 views

How to understand business of AdeventureWorks2008DB

I am trying to understand AdventureWorks Database as most of the good examples on web and books are usually explained taking it as a sample database. I found few links like ...
0
votes
0answers
18 views

Unable to install adventure works2008_sr4 data base

when i am trying to install adventure works2008_sr4 data base it is showing an error. i am attaching the screen shot.. Whats the problem..can any one give me the solution? Thank you
0
votes
1answer
117 views

Problems with “Pro Business Applications with Silverlight 4”

I'm having problems setting up the database described in Apress's Pro Business Applications with Silverlight 4. I have SQL Server 2008 R2 Express which doesn't support Full Text Search, and I can't ...
0
votes
2answers
283 views

Is there a web application layer over AdventureWorks?

I'm wondering if anyone has implemented a web UI on top of the AdventureWorks database? IOW, I'm not looking for just a application data layer on top of the schema. Rather, I'm wondering whether ...
0
votes
1answer
199 views

Question on AdventureWorks DB…What is the point of rowguid in a lot of the tables?

So I think I already know the answer to this question... Running AdventureWorks2008 (latest version) on mssql server 2008. I am thinking that the rowguid column in a lot of the tables is to ensure ...
0
votes
6answers
445 views

In T-SQL how to display columns for given table name?

I am trying to list all of the columns from whichever Adventureworks table I choose. What T-sQL statement or stored proc can I execute to see this list of all columns? I want to use my C# web app to ...
0
votes
1answer
192 views

Is there an alternative to the Adventureworks database for SQL Server 2008?

I want to use something lighter than adventureworks. Is there an alternative at all? I have had a look at the Chinook database, but I just want see if there is an alternative. Google search doesn't ...
0
votes
1answer
979 views

create hierarchy in non parent child dimensions

I am creating a user hierarchy for product dimension with AdventureWorksDW in a cube. I have added Product Key, ProductCategory Key and Product Subcategory Key attributes. But, its always giving me a ...
0
votes
4answers
3k views

Can't download adventure works database 2005 from codeplex

Can't download adventure works database 2005 from codeplex. Where else can I find and download it??? I've been searching it online, I found some results but i can't download any of them. Any help is ...
0
votes
2answers
430 views

AdventureWorks presentation

I want to implement an application (scholar exercise) over the AdventureWorks database. I have downloaded the diagram. Is there a less formal description of the database? Thanks, Lucian