Viewing 15 posts - 376 through 390 (of 431 total)
That was it. It turns out that when the maintanance job was running, it detected the table in one schema, thereby bypassing the create statement, then attempted to...
June 11, 2012 at 2:02 pm
That should be apparent when running
select * from INFORMATION_SCHEMA.TABLES where TABLE_NAME = 'FRAGResultTable'
Shoudn't it?
June 11, 2012 at 10:51 am
I would think if you could locate a SQL 2005 install disk you could run the installer and select an uninstall option to remove the instance.
But if it were me...
June 11, 2012 at 10:48 am
If the SQLServer Service account is set during the initial install, or using the SQL Server Configuration Manager, shouldn't it have write access to all the drives, or at least...
June 11, 2012 at 10:19 am
Last year our application was throwing this error when we knew for a fact the SQL server WAS up & online. We eventually traced it to a configuration...
June 4, 2012 at 8:08 am
My workaround has been to build a virtual machine running Windows Server 2008 and install SQL Server there. You can connect SSMS to the instance on the host...
June 3, 2012 at 11:17 pm
Perry,
I'd like to have multiple VMs, but my motherboard is limited to 4GB, I don't like running a Server 2008 VM with less than 2GB, and I'd prefer to use...
June 3, 2012 at 12:45 pm
Thanks Thomas.
The trick was to turn on SQLBrowser on Windows 7. After that I was able to connect to 192.168.0.5\SQLEXPRESS from the VM. Curiously,...
June 3, 2012 at 12:42 pm
Yes, TCP is enabled on SQLExpress, and windows firewall is off on the host and the VM.
Dan
June 2, 2012 at 9:01 pm
A couple of years ago a bad SQL service pack upgrade on a 2-node SQL 2005 cluster led to both nodes having to be reformated and rebuilt from the OS...
June 1, 2012 at 11:09 am
Once you verify the service is running, check the instance name on it.
May 29, 2012 at 12:35 pm
Can you not build a VM with the same OS as the old server (hopefully Windows 2000) and install SBS/SQL7 there? You may be able to use VM...
May 29, 2012 at 12:32 pm
Have you tried the Visio Database Reverse Engineer feature? It creates a diagram and tries to show relationships- probably not all correct in your case, but it's a start.
Do...
May 23, 2012 at 4:12 pm
Code can be impeccably reviewed, verified to be syntaxully correct, efficiently optimized and thoroughly documented, but if does not return exectly what the end user needs, it is still wrong.
May 23, 2012 at 11:05 am
How good in the communication between the end-users of the reports, and the developers, who can develope the query correctly only if they completely understand what whe end-users are seeking?
In...
May 23, 2012 at 9:52 am
Viewing 15 posts - 376 through 390 (of 431 total)