Viewing 15 posts - 76 through 90 (of 145 total)
in which situation you received this error ?
September 8, 2009 at 12:29 pm
if you need some books you can read "MS SQL Server Step by Step: Analysis Services" and ""MS SQL Server Step by Step: Reporting Services"
September 8, 2009 at 12:26 pm
BIDS has some limitations but you can install Express version of Visual Studio (it is free software)
September 8, 2009 at 12:23 pm
guys are right!
on separete machines you can only install client tools ;////
September 8, 2009 at 12:21 pm
hi MrT-SQL, please give us some more information:
- single row size in these table ?
- do you need that (id,date) index? maybe better will be (date,id) ?
- how are checking...
September 8, 2009 at 11:38 am
Paul ant others - there is a great webcast about "max memory" settings: http://www.sqlbits.com/Agenda/event3/A_walk_down_memory_lane/default.aspx
September 8, 2009 at 10:41 am
Sergiy (9/7/2009)
Marcin Gol [SQL Server MVP] (9/7/2009)
September 7, 2009 at 4:09 pm
hi
there are some backup settings that you can use to be sure that your backup is ok 😉
1) checksum
BACKUP DATABASE TO DISK = WITH CHECKSUM
BOL about checksum:
CHECKSUM
Enables...
September 7, 2009 at 3:12 pm
if you need you may stay play with this index - but you should set a proper fillfactor and maybe padindex;
if you dont need clustered index there - you...
September 7, 2009 at 1:10 pm
changing collation is a VERY complex subject:
1) differences between server/database collation will cause errors
2) after altering column collation you will only change collation for new rows - old will still...
September 7, 2009 at 12:49 pm
what about virtualization ? you can do simple P2V (physilcal to virtual) you will get EXECTLY same machine. It is a very good solution for testing and so on..
September 7, 2009 at 12:39 pm
thnx drew :)))
so the question is - i have a very big number of rows in my report - and i got a "out of memory exception" what should i...
September 7, 2009 at 12:21 pm
maybe there is a problem with "." and "," - last week i was geting some strange errors during import a numeric data.
my column has dot instead of comma ;///...
September 7, 2009 at 12:10 pm
Viewing 15 posts - 76 through 90 (of 145 total)