Viewing 15 posts - 16 through 30 (of 154 total)
Seems to be the SQL Edition issue, can you try the same binaries which you did earlier. That time it will succeed.
May 9, 2012 at 11:34 pm
Round Returns a numeric value, rounded to the specified length or precision.
March 30, 2012 at 4:00 am
Think Import to a table then from there you can join those and get the required result...........
March 30, 2012 at 12:50 am
Follow the following steps,
1. Stop all user activity in the database
2. Switch to the SIMPLE recovery model (breaking the log backup chain and removing the requirement...
March 27, 2012 at 9:10 am
Anything that is NOT about SQL! ...Shold not be here!!!!!
March 27, 2012 at 6:22 am
Any job which dropped and recreated tables?
March 27, 2012 at 6:08 am
select * from sys.sysprocesses where dbid=""
kill spid
kill all spids with drop database option at last.
for ex ,
KILL 66
KILL 68
KILL 77
KILL 89
Drop database <DBNAME>
GO
select whole thing at a time and execute
🙂
March 27, 2012 at 6:03 am
Did you tried by adding host entry?
March 27, 2012 at 5:52 am
Summary Log looks fine,
oops..........Found the log on First page
March 27, 2012 at 5:46 am
can you please upload log file from
C:\Program Files (x86)\Microsoft SQL Server\110\Setup Bootstrap\Log\20120326_054901\SystemConfigurationCheck_Report.htm
March 27, 2012 at 1:38 am
Seems need to uninstall and install once again... Did you tried..?
As per the below link it was an issue with name getting updated...as part of workaround he tried out with...
March 27, 2012 at 1:20 am
seems issue with 32bit architecture...
log says ,
OS architecture: x64
Process architecture: ...
March 27, 2012 at 1:12 am
Just check which view and what is your expected values from your query ...and in that view or objects which you are joining has required data 🙂
March 27, 2012 at 1:05 am
If we have standalone instances on same the box...then ..it might be confusing right?
March 6, 2012 at 12:32 am
Viewing 15 posts - 16 through 30 (of 154 total)