码迷,mamicode.com
首页 >  
搜索关键字:database supplementa    ( 14189个结果
临时表空间临时文件损坏的处理方法
临时表空间的临时文件损害,解决办法就是,增加一个新的临时文件,把老的给删除了就行。ocp 053699. Your database is using a default temporary tablespace that contains the temp01.tmp temporary file...
分类:其他好文   时间:2014-06-28 23:09:18    阅读次数:352
backup script
#!/bin/bash###################################################### export the whole database use exp utility. ##################################...
分类:其他好文   时间:2014-06-28 19:58:18    阅读次数:215
ef的常用命令
Enable-Migrations启用Migration数据迁移Add-Migration migrationname添加一个migrationUpdate-Database –TargetMigration:migrationname 回滚到指定数据库Update-Database –Verbos...
分类:其他好文   时间:2014-06-21 11:29:54    阅读次数:214
解决PHP中文乱码问题
1.指定链接字符串编码: $mysql_server_name="localhost"; //数据库服务器名称 $mysql_username="root"; // 连接数据库用户名 $mysql_password="123456"; // 连接数据库密码 $mysql_database="Z...
分类:Web程序   时间:2014-06-21 07:22:22    阅读次数:179
【转】SQL Server与Oracle的区别
转自:http://soft.chinabyte.com/database/255/12258255.shtmlSQL Server与Oracle的区别2012-02-10 00:00 中国IT实验室 佚名 关键字:Oracle 随着信息技术的飞速发展,数据处理不仅在数量上要求越来越大,而且在质量....
分类:数据库   时间:2014-06-21 07:21:00    阅读次数:278
EF中使用SQL语句或存储过程
EF中使用SQL语句或存储过程1、无参数查询varmodel= db.Database.SqlQuery("select* from UserInfoes ").ToList();2、有参查询var model= db.Database.SqlQuery("select* from UserInfo...
分类:数据库   时间:2014-06-20 22:08:34    阅读次数:408
How to reduce the size of logging database OR How to purge the old data from Logging Database
WSS logging database grows very fast and it cause the storage problem most of the time in sharepoint server 2010.To reduce the size of the logging dat...
分类:数据库   时间:2014-06-20 22:04:05    阅读次数:333
Crystal Report 遇到需要登录的问题
解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a...
分类:其他好文   时间:2014-06-20 20:41:49    阅读次数:239
WWDC 2014 Session 208/231 CloudKit 读书笔记
208 Introducing CloudKit 231 Advanced CloudKit CloudKit的对象粗略分为三个层次:Contriner、Database(分Public和Private)、Record 操作包括存储、获取或修改Record 可以注册关注Record的变化来获得Notification 绝大多数的操作是异步的 存储Record时需要注...
分类:其他好文   时间:2014-06-18 07:35:46    阅读次数:228
自己写好的pdo数据库抽象层 mysql为例
class pdo_database{ function __construct($type_database,$host_name,$dbname,$user_role,$pass_role,$sql){    $dbms=$type_database;     //数据库类型 Oracle 用ODI,对于开发者来说,使用不同的数据库,只要改这个,不用记住那么多的函数了 $host=$h...
分类:数据库   时间:2014-06-18 00:58:20    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!