Click here to Skip to main content
15,885,032 members
Home / Discussions / Database
   

Database

 
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 
QuestionRe: problem in updating a table in SQL Server 2000 Pin
andyharman22-Mar-07 7:36
professionalandyharman22-Mar-07 7:36 
AnswerRe: problem in updating a table in SQL Server 2000 Pin
Rocky#23-Mar-07 0:12
Rocky#23-Mar-07 0:12 
QuestionRun script on Oracle Pin
NanaAM21-Mar-07 23:21
NanaAM21-Mar-07 23:21 
QuestionSql Query Pin
A.K.Kushwaha21-Mar-07 21:48
A.K.Kushwaha21-Mar-07 21:48 
AnswerRe: Sql Query Pin
Krish - KP21-Mar-07 21:59
Krish - KP21-Mar-07 21:59 
Questionsql import command Pin
bhawna_k21-Mar-07 20:58
bhawna_k21-Mar-07 20:58 
AnswerRe: sql import command Pin
N a v a n e e t h21-Mar-07 21:28
N a v a n e e t h21-Mar-07 21:28 
AnswerRe: sql import command Pin
N a v a n e e t h21-Mar-07 21:30
N a v a n e e t h21-Mar-07 21:30 
AnswerRe: sql import command Pin
Krish - KP21-Mar-07 21:41
Krish - KP21-Mar-07 21:41 
AnswerRe: sql import command Pin
coolestCoder21-Mar-07 22:15
coolestCoder21-Mar-07 22:15 
QuestionTemporary Tables - SQL Stored Procedures Pin
N a v a n e e t h21-Mar-07 20:10
N a v a n e e t h21-Mar-07 20:10 
AnswerRe: Temporary Tables - SQL Stored Procedures Pin
Harini N K21-Mar-07 20:37
Harini N K21-Mar-07 20:37 
GeneralRe: Temporary Tables - SQL Stored Procedures Pin
N a v a n e e t h21-Mar-07 21:26
N a v a n e e t h21-Mar-07 21:26 
GeneralRe: Temporary Tables - SQL Stored Procedures Pin
Krish - KP22-Mar-07 0:30
Krish - KP22-Mar-07 0:30 

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.