t*z
2 楼
光买布,打算自己弄架子。哪里有单卖油画的布的?
i*c
3 楼
log变得太大了,如何关掉?
h*u
5 楼
不太讲究可以从amazon买。
还有dickblick,选择很多,也更专业。
也可以去一些local的小店看看
还有dickblick,选择很多,也更专业。
也可以去一些local的小店看看
M*r
6 楼
I don't think you want to (or really can) turn off the log
1. put the database to simple recovery mode
2. http://support.microsoft.com/kb/272318
【在 i***c 的大作中提到】
: log变得太大了,如何关掉?
1. put the database to simple recovery mode
2. http://support.microsoft.com/kb/272318
【在 i***c 的大作中提到】
: log变得太大了,如何关掉?
j*n
9 楼
I guess you want to free the space of log file:
BACKUP LOG dbname WITH TRUNCATE_ONLY
go
BACKUP LOG dbname WITH TRUNCATE_ONLY
go
i*c
11 楼
one more question,
I try to run 200,000 insert query into 4 table in one time
comeout error System.OutOfMemoryException
the server has 1.5G memory
can I config "min memory per query Option" to make the query run?
or how to fix?
【在 j*****n 的大作中提到】
: I guess you want to free the space of log file:
: BACKUP LOG dbname WITH TRUNCATE_ONLY
: go
I try to run 200,000 insert query into 4 table in one time
comeout error System.OutOfMemoryException
the server has 1.5G memory
can I config "min memory per query Option" to make the query run?
or how to fix?
【在 j*****n 的大作中提到】
: I guess you want to free the space of log file:
: BACKUP LOG dbname WITH TRUNCATE_ONLY
: go
B*g
13 楼
Oracle可以停log。不过一般我们developer都没权利要求BDA这么做。咱们一般就是500
0一commit。
【在 i***c 的大作中提到】
: one more question,
: I try to run 200,000 insert query into 4 table in one time
: comeout error System.OutOfMemoryException
: the server has 1.5G memory
: can I config "min memory per query Option" to make the query run?
: or how to fix?
0一commit。
【在 i***c 的大作中提到】
: one more question,
: I try to run 200,000 insert query into 4 table in one time
: comeout error System.OutOfMemoryException
: the server has 1.5G memory
: can I config "min memory per query Option" to make the query run?
: or how to fix?
j*n
15 楼
No.
Use the "min memory per query option" to specify the minimum amount of
memory (in kilobytes) that will be allocated for the execution of a query.
which means that you cannot limit the max amount of memory.
Solutions:
1. BCP with -b option to specify the number of rows per batch of data copied.
2. BULK INSERT...WITH(ROWS_PER_BATCH = #ofRowsPerBatch)
3. DTS/SSIS for your data load.
【在 i***c 的大作中提到】
: one more question,
: I try to run 200,000 insert query into 4 table in one time
: comeout error System.OutOfMemoryException
: the server has 1.5G memory
: can I config "min memory per query Option" to make the query run?
: or how to fix?
Use the "min memory per query option" to specify the minimum amount of
memory (in kilobytes) that will be allocated for the execution of a query.
which means that you cannot limit the max amount of memory.
Solutions:
1. BCP with -b option to specify the number of rows per batch of data copied.
2. BULK INSERT...WITH(ROWS_PER_BATCH = #ofRowsPerBatch)
3. DTS/SSIS for your data load.
【在 i***c 的大作中提到】
: one more question,
: I try to run 200,000 insert query into 4 table in one time
: comeout error System.OutOfMemoryException
: the server has 1.5G memory
: can I config "min memory per query Option" to make the query run?
: or how to fix?
h*u
16 楼
我在amazon买过,是primed的。可以搜这个Sargent Art 90-1001 Roll of 72-Inch-
Wide Cotton Canvas
我觉得还挺好用的。。。不过只买过这一种,所以也不好说就比其他好。在店里看画布
,还有买别人的画,画布摸着和这个有细微差别(比如软硬、纹路等),不过不知道画
起来差别如何。我也就是业余练习玩玩的,这个是绰绰有余了
unprimed 要刷gesso,我比较怕麻烦,怕自己刷不好,就买的primed
Wide Cotton Canvas
我觉得还挺好用的。。。不过只买过这一种,所以也不好说就比其他好。在店里看画布
,还有买别人的画,画布摸着和这个有细微差别(比如软硬、纹路等),不过不知道画
起来差别如何。我也就是业余练习玩玩的,这个是绰绰有余了
unprimed 要刷gesso,我比较怕麻烦,怕自己刷不好,就买的primed
相关阅读
各位大大,请问了。[转载] Oracle DBA 主要需要注意什么?DB: lab PC<-> home PC恢复SQL Server2000数据库(在线等)oracle management serverCan I execute alter inPL/SQL数据库在教育领域能作何应用?newbie Q: how to "create view" in ACCESSOne sql question help!how to start oracle web server in linuxhow to remote access to SQLserver DB?Help in Oracle Datawarehousing[转载] 问个SQL问题An oracle installation error on Linux 9[转载] 关于localhost的问题how to check transactionanonymous login in mysql?database design issueMySQL configuration file in windows?Re: An oracle installation error on Linu