Top new questions this week:
|
I apologize for double posting. Did not know there was a DBA subsection.
I have a table of accounts with a typical acct/parent account architecture to represent a hierarchy of accounts (SQL Server …
|
Why does this:
create or replace function dummy() returns double precision as $$
SELECT random() $$
LANGUAGE SQL
COST 777;
explain select dummy();
return this:
Result (cost=0.00..0.01 rows=1 …
|
I am trying to get some reporting done for employee time records.
We have two tables specifically for this question. Employees are listed in the Members table and each day they enter time entries of …
|
We have a large (10,000+ lines) procedure that typically runs in 0.5-6.0 seconds depending on how much data it has to work with. Over the past month or so it has started taking 30+ seconds after we do …
|
What are some tips for troubleshooting SQL Server login errors? Questions like:
How Do I see the full Error Message? My client just has a generic error message that says logon failed with no real …
|
Ok my question is simple.
Lets say that when i click database and hover over shrink it says it can be reduced 1 GB space.
Now when i do a backup of this database, does this space also getting added …
|
I have a postgres system with a hot standby server. They use the same config file. I've setup the log rotation to use log_rotation_size and log_rotation_age so that the master server is rotated every …
|
Greatest hits from previous weeks:
|
When I run mysqldump, I get an error:
mysqldump: Got error: 1449: The user specified as a definer ('root'@'foobar') does not exist when using LOCK TABLES
This makes sense because foobar is a legacy …
|
I have a SQL server 2008 instance running. Unfortunately during testing I deselected the sysadmin rights for my login and now can't readd it (because I don't have sysadmin rights).
There are no other …
|
Can you answer these?
|
I have a slave database that is being replicated from a Master DB.
All of a sudden, my slave DB just exited and wasn't able to restart. Here are the error messages when it exits. Similar ones appear …
|
Hi im trying to develop a database design in which its gonna have 100K+ tables residing in it.
My major concern here is will Mysql be able to hold that much amount of tables with no performance …
|
I have a backup of database version sql server 2008 R2 . while restoring it to SQL Server 2012 I am getting error
msg 3183 RESTORE detected an error on page (6100:1886858449) in database ... .
…
|