Viewing 15 posts - 31 through 45 (of 62 total)
I found a way to copy a spreadsheet into 2005 Express by using the DTS Wizard. It's located in:
Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard
It's pretty straight-forward. I need to figure...
October 23, 2007 at 7:54 am
I found a way to copy a spreadsheet into 2005 Express by using the DTS Wizard. It's located in:
Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard
It's pretty straight-forward. I need to figure...
October 23, 2007 at 7:54 am
Please see my response here:
http://www.sqlservercentral.com/Forums/Topic376763-323-1.aspx
This is a very popular problem for Express and Developers versions.
October 22, 2007 at 1:09 pm
See my reply here:
http://www.sqlservercentral.com/Forums/Topic376763-323-1.aspx
It helps to be a programmer.
October 22, 2007 at 1:07 pm
I have the same problem. The tutorials said to open the SQL Server Business Intelligence Development Studio, which to me looks like Visual 2005. There, you need to...
October 22, 2007 at 1:00 pm
Hello, again. I figured out the problem and feel like a rookie! When I put in the server name, it needs the fully qualified name. Once I...
October 16, 2007 at 6:53 am
mforbes - The restores were done by the other department. Again, I have no control over the backups and restores.
I believe that what you are saying is that for a...
September 4, 2007 at 3:24 pm
Bob - We're using Veritas Backup Exec. We have restored two databases, though very small, sucessfully. I believe that we must have the SQL programs since they have performed the...
August 31, 2007 at 3:36 pm
Thanks Dave. We already have the .BCH files configured. I was just wondering about SQL being aware that a backup was taked since it did not perform it.
It is not...
August 29, 2007 at 2:39 pm
Richard -
Log in to your AD server as a Domain Administrator and go to
Start\Administrative Tools\Active Directory Users And Computers.
When open, go to View and select Add\Remove Columns. Select...
August 17, 2007 at 12:45 pm
Another senior moment. The Deny works fine. Just one of those days.
Thanks for pointing me in the right direction.
August 2, 2007 at 10:41 am
Try this script. I believe I found it on this site a while ago and works great.
BTW this is a GREAT site!
SET NOCOUNT ON
CREATE TABLE #TBLSize
(Tblname varchar(80),
TblRows int,
TblReserved varchar(80),
TblData...
June 22, 2007 at 7:00 am
I think I got this from this site a few years
ago, but can't remember. But this works really well
(even though it's a cursor)
SET NOCOUNT ON
CREATE TABLE #TBLSize
(Tblname varchar(80),
TblRows int,
TblReserved...
May 23, 2007 at 12:28 pm
I had the same thing happen yesterday. We came in early Sunday morning to apply patches to the servers. Our system mandates we shut the servers down and bring them...
April 30, 2007 at 12:23 pm
Brian - Thanks, that works beautifully!! Thank you for the help.
Jeff - Yes, I know about the "Death by SQL" This table is collected on the network every time someone...
April 27, 2007 at 3:20 pm
Viewing 15 posts - 31 through 45 (of 62 total)