Viewing 15 posts - 1,366 through 1,380 (of 2,647 total)
Lowell (3/20/2012)
March 20, 2012 at 12:43 pm
Please provide DDL for the tables, sample data, and DML of your query for us to help.
March 20, 2012 at 12:41 pm
SQLHeap (3/20/2012)
March 20, 2012 at 12:37 pm
Well... You could prevent it by not letting people have access to production databases who shouldn't or are incompetent 😉
March 20, 2012 at 11:53 am
As Gail mentioned, you need to know your company's requirements. For example, our company does not require point in time backups and require a maximum data loss of 1...
March 20, 2012 at 10:57 am
dunne.neal (3/20/2012)
if i go to services.msc
then that is also the...
March 20, 2012 at 10:29 am
Andy Reilly (3/20/2012)
not on a domain (we don't have one). I'm using windows authentication - with the same user set-up on the remote PC.
How can the same user be...
March 20, 2012 at 10:27 am
dunne.neal (3/20/2012)
anthony.green (3/20/2012)
can look in config manager or services.msc, looking for a state of running or started depending which you look atwhich service should i be looking for?
thanks
MSSQLSERVER
March 20, 2012 at 10:20 am
Start by opening up SQL Server Configuration Manager and verifying that the services are running (SQL Server Service).
March 20, 2012 at 10:08 am
michael wang-201906 (3/20/2012)
the reason I do so is, i put all 'open' PO into this temp table, keep updating the status\details...
March 20, 2012 at 9:29 am
michael wang-201906 (3/20/2012)
1. there is no index on this table. because it has been deleted\inserted all the time, and only about total 10 records there, i didn't...
March 20, 2012 at 9:00 am
You say "clean a table." What does that mean? Are you deleting records? How many? Please post DDL for the table and DML for the job as...
March 20, 2012 at 8:12 am
You can defnitely do this with SSRS. You may need 1 or more subreports, but it is definitely doable. The right would be the subreport.
March 19, 2012 at 3:17 pm
Artoo22 (3/19/2012)
Jared, do me a favour please. Find sp_spaceused and modify it. What do you think? Good code laid out badly.
I just looked at this one specifically... This layout is...
March 19, 2012 at 2:45 pm
Artoo22 (3/19/2012)
Jared, do me a favour please. Find sp_spaceused and modify it. What do you think? Good code laid out badly.
I understand what you mean by laid out badly. ...
March 19, 2012 at 2:40 pm
Viewing 15 posts - 1,366 through 1,380 (of 2,647 total)