Omgili - forum search, search forums  
  

Discussions about databases

Displaying 1 - 10 out of 266,659 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
What is the difference between graph-based databases ( http://neo4j.org/ ) and object-oriented databases ( http://www.db4o.com/ )?
Started by on , 6 posts by 6 people.  
With Object-oriented databases, you have answer this differently: object and graph....
With graph databases, you have a slight semblance of a chance that it is based on mathematical graph theory.
Was asked in the comments to this blogpost.
I am retrieving the database list by executing the sp_databases stored proc. Is there any way I can exclude system databases from this list? I do not want to use the query SELECT name FROM dbo.sysdatabases where dbid > 6. Thanks
Started by on , 3 posts by 3 people.  
The only thing you can do is use the INSERT EXEC pattern to insert table #t (db_name varchar(255), db_size int, remarks text) insert #t exec sp_databases select/instance & I have to list the databases....
Sp_databases takes no params.
We would like to implement an application architecture in which we have large numbers of databases on the disk, one database file for each customer. When a user request comes in the database is opened (if it isn't already). After a certain period of time...
Started by on , 5 posts by 5 people.  
That multiple databases or schema are a logical artifact within the system databases, lower the memory....
This is a problem, as I don't think the modern databases really make the kind of distinctions that you're talking about internally.
Ask your Facebook Friends
I am trying to find the best area to download SQL tables of common subjects like states, countries, zip codes. Maybe even public/government information like FDA or FCC information. Does such a resource exist and is it mature?
Started by on , 3 posts by 3 people.  
Geonames.org is a pretty good source of such data.
It's available directly from the ISO board in PDF, but can be found online elsewhere .
For states/provinces and countries, I'd recommend ISO 3166.
The sp_databases stored proc in sqlserver returns a remarks column. Where does this information come from, and can I edit it?
Started by on , 3 posts by 3 people.  
Simply run sp_helptext sp_databases and you'll see: REMARKS = convert(varchar(254),null) It's a brand.
I have 2 databases. Users database and purchases database. Each database has different user and password. If i want to execute a query to call both databases. How do I connect the databases? $db = mysql_select_db( );
Started by on , 4 posts by 4 people.  
If you have a user, which has permission to select from both databases, it should be possible by SELECT * FROM db1.table.
The permission, you will not be able to do a statement which connects 2 databases.
Trying to do a test with development virtuals and need to move the databases to a dedicated DB server (they are currently located on the development virtuals). As part of the move I need to rename the databases. Is there an easy way to rename the SharePoint...
Started by on , 3 posts by 3 people.  
If you do want to rename the databases on a non-production system (knowing that you may not be able to get support is how to move the databases....
To go mucking about with the SharePoint databases, especially on a production system.
How do I list all the databases for a given sql server 08 instance using sqlcmd?
Started by on , 4 posts by 4 people.  
Sqlcmd -E -S SERVER\INSTANCE -Q "sp_databases" EXEC sp_databases or SELECT NAME FROM sys.sysdatabases or EXEC sp_msForEachDB 'PRINT ''?'''; You can use sp_databases stored procedure..
If I add 3-400 databases to a single MSSQL server instance will I encounter scaling issues introduced by the large number of databases.
Started by on , 3 posts by 3 people.  
It will more or less be what you are doing with the databases which.
What is the concurrency against those databases? Are you generating databases when you could have of database per installation.
What is the recommended way of joining SQL Server database tables located on databases which are on different servers? All databases will be on the same network.
Started by on , 5 posts by 5 people.  
You can alternately set up replication from the other databases to a single to look at SQL Server Federated....
You can use linked on the queries you're running.
You will then be able to run queries that reference the different databases.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
Related Searches
database    joomla and databases    snmaster idx database    Calendar database    autoit database    tfs30040 the database    aruba database    nod32 database    PES Database    admt database   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost