Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

sql-server

2
votes
1 answer
39 views

Implementing a Flexible Relationship in a RDBMS -- What really are the tradeoffs?

I have a bunch of products with a bunch of different possible attributes for each product. E.g. Product A has a name, size, color, shape. Product B…
asked June 24, 2011 2:51 pm CDT
Davis Dimitriov
0
votes
0 answers
44 views

Event generation in database based on time

I am wondering if there is any method available to implement event trigger based on time. Lets say i want to deleted/modify a record in a certain…
asked June 24, 2011 9:08 am CDT
fastian-developer
0
votes
2 answers
29 views

Comparing DB technologies

I'm going to start a simple SaaS application and am considering which DB to go with(MSSQL, MySql, Oracle). Can someone who experience it(actual…
asked June 24, 2011 7:00 am CDT
Itai Zolberg
1
vote
3 answers
24 views

Is this possible w/ SQL?

I'm working with a SQL database for a Skills Matrix application and I need a query to return a list of employees that are qualified for a given…
asked June 23, 2011 5:36 pm CDT
Stephen Ausman
0
votes
3 answers
30 views

Help building a sql query that uses inner join

I am trying to build a sql query that I think it involves inner joins, but I can't figure it out. Here's the model: There's two tables: comments,…
asked June 23, 2011 1:02 am CDT
Marco A
0
votes
3 answers
36 views

Update a column in SQL, inserting a character at a specific point

I have a SQL table gathering form results. I noticed after about 200 results had been gathered, that instead of the date being in the format of…
asked June 22, 2011 1:53 pm CDT
Screevo
0
votes
3 answers
33 views

How do i get the member count using joins

here is my database structure members table member_Id membertomshiptable membertomship_startdate membertomship_enddate member_id mshipstatustype_id…
asked June 22, 2011 10:36 am CDT
user682417
0
votes
3 answers
37 views

SQL Server Ports

The Microsoft website ( microsoft ) states The firewall must be configured to permit port 1433 incoming (or the port numbers that SQL Server listens…
asked June 22, 2011 9:21 am CDT
rob
0
votes
2 answers
36 views

MySQL CREATE statement in MSSQL : the KEY keyword ?

I have SQL CREATE statements for MySQL. They have KEY , example : CREATE TABLE a ( a varchar(25) NOT NULL DEFAULT '', b varchar(20) NOT NULL DEFAULT…
asked June 22, 2011 8:59 am CDT
Cedric
-2
votes
2 answers
24 views

How do i get the number of members on status name

I have a member Table with member_Id a mmship table with columns mmshipstart date and member_Id and mshipstatus_Id another table mshipstatustype…
asked June 22, 2011 6:53 am CDT
user1
-1
votes
0 answers
39 views

Cloud computing - MySql vs MsSql performance in terms of CPU cycles

We have an upcoming project that will be hosted via cloud computing, and we have the choice of Sun MySql Server, or Microsoft SQL Server as the DB…
asked June 22, 2011 6:38 am CDT
williard
0
votes
1 answer
36 views

Is returning Curosrs faster?

When using stored procedure is it faster to return a cursor back? or is it faster to use the out data parameter of the data type. or it really won't…
asked June 21, 2011 8:57 pm CDT
Natasha Thapa
2
votes
4 answers
30 views

SQL: How to order values inside group by

Consider the following MS SQL Server table: ID | X | Y ------+-------+------- 1 | 1 | 1 2 | 1 | 2 3 | 1 | 3 4 | 2 | 40 5 | 2 | 500 6 | 3 | 1 7 | 3 |…
asked June 21, 2011 8:41 pm CDT
Denis Yaremov
4
votes
5 answers
36 views

A Never Delete Relational DB Schema Design

I am considering designing a relational DB schema for a DB that never actually deletes anything (sets a deleted flag or something). 1) What metadata…
asked June 21, 2011 4:32 pm CDT
Davis Dimitriov
0
votes
1 answer
72 views

Which ports to open for DB Mirroring

We have two physical servers on the different area protected by firewalls. We need to use DB Mirroring for our purpose. So which ports we need to…
asked June 21, 2011 11:15 am CDT
Sasha
0
votes
0 answers
33 views

SQL SELECT * FROM tbl (HIDE COLUMN)

I'm trying to do SELECT * FROM tbl , but out of 20 columns I don't want 1 particular column to be selected. Is there a dynamic way to do so? Just…
asked June 21, 2011 9:25 am CDT
eistrati
0
votes
1 answers
47 views

Calling a sqlserver stored procedure from postgres

Is there any way to call a remote stored procedure on sqlserver from postgres ? I need to call a stored procedure that receive 3 parameters and make…
asked June 20, 2011 5:30 pm CDT
marman
0
votes
1 answers
33 views

Migrating MSSQL to MySql

I'm migrating an MSSql database that has "sql_variant" columns to MySql database. What's the equivalent of this type in MySql world?
asked June 18, 2011 3:47 am CDT
Hadi Eskandari
0
votes
1 answer
30 views

Problem entering the same name into database

Hi I am trying to insert the guestpass type name in table guestpasstypes and at a time it will check the database whether the database has already…
asked June 17, 2011 5:41 am CDT
user1
0
votes
1 answer
40 views

Inserting an array into sql server and mysql database using c# .net

I have a List in C# for my Winform application : List<string> StudentSubjects = new List<>(string); I have inserted these into List :…
asked June 17, 2011 1:38 am CDT
sqlchild
Pages : 1 | 2 | 3 | 4 | 5 > [14]
261

sql-server

Tagged: sql-server
Related Tags
mysql × 185
sql × 85
database × 40
postgresql × 38
oracle × 22
php × 16
c# × 12
sqlite × 11
query × 10
regex × 9
mongodb × 8
apache × 8
tsql × 7
.net × 7
migration × 6
asp.net × 5
conversion × 4
couchdb × 4
ms-access × 3
python × 3
comparison × 3