Viewing 15 posts - 856 through 870 (of 1,081 total)
MS SQL has built in functionality to do this...
log ship, replication......
April 14, 2010 at 11:22 pm
IM for SQL Servers?
whoaw...this is a long list....
Think about it this way.... any incident that could directly or indirectly affect SQL Server, Databases, logins, tables, Sp's, views, Reports, access control,...
April 14, 2010 at 12:23 am
Is this database a destination for log shipping, or part of a failover solution?
April 9, 2010 at 4:13 am
I agree Jeff, but:
These posts, ad's etc...give people (like me) who earned certifications the hard way a bad name..
April 9, 2010 at 12:44 am
how long has it been running as "Restoring" ?
If you suspect it's not actually restoring,try:
restore log dbname with norecovery
and see if it comes online. Beware, you will lose some changes.
April 9, 2010 at 12:40 am
MS SQL Server is the best. Period.
but......
if you are an Oracle Dba, Oracle would be the best.
Each to his own.
This is a question that can only truely be answered with...
April 8, 2010 at 12:13 am
I am sorry, I am not following the problem here.
The second screen shot is of the Configuration tools, which you dropped down in the start menu.
? ?
April 7, 2010 at 5:52 am
Is drive D active on the server logical disk manager?
can you browse and copy data to the D drive from windows explorer?
April 6, 2010 at 10:57 pm
The screen print looks like the initial planning screen before an installation.
Did your SQL 2008 installation complete, and you still receive this screen when opening SQL Server MS?
Please explain?
April 6, 2010 at 10:47 pm
Does your client need to view the report definition file (rdl) ? or simply extract/run the report?
if he only needs to run and view report data, he doesnt need anything...
April 6, 2010 at 10:44 pm
March 23, 2010 at 5:16 am
create a special account with the correct permissions to the DB, and
replace the login ID in the authentication with the new ID.
March 23, 2010 at 2:05 am
'Database coding commence
dim rs, sql, cn, Title, Body, DateTime
'Set connection details
...
March 22, 2010 at 11:38 pm
Viewing 15 posts - 856 through 870 (of 1,081 total)