Click here to Skip to main content
15,900,973 members
Home / Discussions / Database
   

Database

 
Questionquestion on sql server 2005 Pin
pratima122-Mar-07 22:29
pratima122-Mar-07 22:29 
AnswerRe: question on sql server 2005 Pin
Marek Grzenkowicz22-Mar-07 23:00
Marek Grzenkowicz22-Mar-07 23:00 
AnswerRe: question on sql server 2005 Pin
Yulianto.22-Mar-07 23:06
Yulianto.22-Mar-07 23:06 
AnswerRe: question on sql server 2005 Pin
Keshav V. Kamat23-Mar-07 0:22
Keshav V. Kamat23-Mar-07 0:22 
QuestionADO.NET Pin
Vimalsoft(Pty) Ltd22-Mar-07 21:26
professionalVimalsoft(Pty) Ltd22-Mar-07 21:26 
AnswerRe: ADO.NET Pin
Yulianto.22-Mar-07 22:47
Yulianto.22-Mar-07 22:47 
AnswerRe: ADO.NET Pin
joon vh.22-Mar-07 23:36
joon vh.22-Mar-07 23:36 
AnswerRe: ADO.NET Pin
Keshav V. Kamat23-Mar-07 0:30
Keshav V. Kamat23-Mar-07 0:30 
QuestionPlz Help Pin
Osama12322-Mar-07 18:44
Osama12322-Mar-07 18:44 
AnswerRe: Plz Help Pin
Tirthadip22-Mar-07 20:15
Tirthadip22-Mar-07 20:15 
AnswerRe: Plz Help Pin
Navneet Hegde22-Mar-07 22:40
Navneet Hegde22-Mar-07 22:40 
GeneralRe: Plz Help Pin
Yulianto.22-Mar-07 22:58
Yulianto.22-Mar-07 22:58 
GeneralRe: Plz Help Pin
Navneet Hegde22-Mar-07 23:04
Navneet Hegde22-Mar-07 23:04 
GeneralRe: Plz Help Pin
Yulianto.22-Mar-07 23:19
Yulianto.22-Mar-07 23:19 
GeneralRe: Plz Help Pin
Navneet Hegde22-Mar-07 23:24
Navneet Hegde22-Mar-07 23:24 
AnswerRe: Plz Help Pin
Yulianto.22-Mar-07 23:23
Yulianto.22-Mar-07 23:23 
GeneralRe: Plz Help Pin
Osama12323-Mar-07 0:01
Osama12323-Mar-07 0:01 
GeneralRe: Plz Help Pin
Rocky#23-Mar-07 0:49
Rocky#23-Mar-07 0:49 
QuestionModifications Date Pin
gpeterer22-Mar-07 5:12
gpeterer22-Mar-07 5:12 
AnswerRe: Modifications Date Pin
-Dr_X-22-Mar-07 8:16
-Dr_X-22-Mar-07 8:16 
QuestionRe: Modifications Date Pin
gpeterer23-Mar-07 0:38
gpeterer23-Mar-07 0:38 
AnswerRe: Modifications Date Pin
-Dr_X-23-Mar-07 3:14
-Dr_X-23-Mar-07 3:14 
Sorry, I don't see it in sysobjects, not that it doesn't exists somewhere.
--create
alter view vw_Junk
as 
	SELECT * from tempdb..tblJunk

select * from sysobjects where type = 'v'

name                                                                                                                             id          xtype uid    info   status      base_schema_ver replinfo    parent_obj  crdate                                                 ftcatid schema_ver  stats_schema_ver type userstat sysstat indexdel refdate                                                version     deltrig     instrig     updtrig     seltrig     category    cache  
-------------------------------------------------------------------------------------------------------------------------------- ----------- ----- ------ ------ ----------- --------------- ----------- ----------- ------------------------------------------------------ ------- ----------- ---------------- ---- -------- ------- -------- ------------------------------------------------------ ----------- ----------- ----------- ----------- ----------- ----------- ------ 
vw_Junk                                                                                                                          872153252   V     1      36     1610612736  0               0           0           2007-03-23 07:59:21.897                                0       0           0                V    0        2       0        2007-03-23 07:59:21.897                                0           0           0           0           0           0           0
vw_Junk                                                                                                                          872153252   V     1      36     1610612736  16              0           0           2007-03-23 07:59:21.897                                0       16          0                V    0        2       0        2007-03-23 07:59:21.897                                0           0           0           0           0           0           0
vw_Junk                                                                                                                          872153252   V     1      36     1610612736  32              0           0           2007-03-23 07:59:21.897                                0       32          0                V    0        2       0        2007-03-23 07:59:21.897                                0           0           0           0           0           0           0
There is a schema_ver & base_schema_ver that might be helpful.
The dates might exist in other sys tables but not sure off of the top of my head.

Michael



I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.
Vince Lombardi (1913-1970)

AnswerRe: Modifications Date Pin
gpeterer23-Mar-07 4:12
gpeterer23-Mar-07 4:12 
QuestionADD temporary column in stored procedure [modified] Pin
El'Cachubrey22-Mar-07 5:01
El'Cachubrey22-Mar-07 5:01 
Questionproblem in updating a table in SQL Server 2000 Pin
Rocky#22-Mar-07 3:00
Rocky#22-Mar-07 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.