拥有SqlServer标签的文章
SqlServer

sql server 查询任务管理器数据

USEmastergoIFOBJECT_ID('tempdb..#temp')ISNOTNULLDROPTABLE#tempCREATETABLE#temp(idINTIDENTITY(1,1)NOTNULL,Proc_infoNVARCHAR(MAX)NULL,CONSTRAINTpk_idPRIMARYKEY(idASC))--insertdataintotemptableINSERTINTO#temp(Proc_info)EXECmaster..xp

系统 2019-08-12 01:34:02 2431

SqlServer

SQL Server - User Accounts

/*Author:JiangongSUN*/I'vemadeawebsiteprototypethesedays,I'vefoundtherearesomeusefulinformationtosharewithyouaboutsomeusualproblemsaboutusers.1/Howtocreateauserandgiveitrightstoaccessadatabase2/Onceyouhavecorrectlycreatedyouruser,

系统 2019-08-12 01:51:32 2430

SqlServer

SQLSERVER 删除用户15434错误

sysprocesses表中保存关于运行在Microsoft®SQLServer™上的进程的信息。这些进程可以是客户端进程或系统进程。sysprocesses只存储在master数据库中。列名数据类型描述spidsmallintSQLServer进程ID。kpidsmallintMicrosoftWindowsNT4.0®线程ID。blockedsmallint分块进程的进程ID(spid)。waittypebinary(2)保留。waittimeint当

系统 2019-08-12 01:32:49 2430

SqlServer

连接sqlserver2005数据库

importjava.sql.*;publicclassConnSqlServer2005{/***@paramargs*/publicstaticvoidmain(String[]args){//TODOAuto-generatedmethodstubtry{ConnSqlServer2005sql=newConnSqlServer2005();}catch(SQLExceptione){//TODOAuto-generatedcatchblocke.p

系统 2019-08-29 22:58:08 2429

SqlServer

SQL Server2005中的SMO编程