Viewing 15 posts - 61 through 75 (of 246 total)
Why are you pulling my leg........
Sorry Lynn had made a mistake............Thanks a lot for the help
July 2, 2009 at 11:18 pm
Lynn Pettis (7/2/2009)
Really? That's it? How about this:
No my date datatype is "datetime"
July 2, 2009 at 9:57 pm
Christopher Stobbs (7/2/2009)
if you need more...
July 2, 2009 at 9:52 pm
Jeff,
Table:
Create TABLE SomeTable1
(
Date datetime,
teacher varchar(5),
student varchar(3),
class char(1) )
Data:
INSERT INTO SomeTable1
(Date, teacher, student, class)
SELECT '2009/1/1', 'mary', 'a.d','a' UNION ALL
SELECT '2009/1/11',...
July 2, 2009 at 9:10 pm
No Florian its just that i couldn't solves alex's problem so i thought i will make it mine............since i didn't see many people viewing this post........
July 2, 2009 at 8:33 pm
A "migration" generally refers to data movement, like migrating to Oracle from SQL Server.
An "upgrade" generally refers to an enhanced version of the software.
Check out:
http://msdn.microsoft.com/en-us/library/ms144267(SQL.90).aspx
http://www.sqlservercentral.com/articles/Administration/installingandupgradingtosqlserver2005/1943/%5B/url%5D
July 2, 2009 at 2:06 am
alex_pangcats (7/1/2009)
Another table (Teacher_Student_Classes) that contains dayId,teacher_name,student_name,date & classes(subject).
ex. Teacher1 handle many classes(subjects)
ex. Every class have many students.
Now i want to create a query that shows how many...
July 1, 2009 at 11:35 pm
July 1, 2009 at 11:04 pm
can we append the backup of both tran logs and restore to one single log.
July 1, 2009 at 9:28 pm
Are you running multiple instances of SQL Server, If you have multiple instances, it may be possible that dynamic port allocation changed the port of the named instances around,...
July 1, 2009 at 4:25 am
Ok jinu
I know that i can solve the issue by installing sp2........
I want to know the root cause of the issue...........
June 30, 2009 at 8:37 pm
hi_abhay78 (6/29/2009)
June 29, 2009 at 1:11 am
Viewing 15 posts - 61 through 75 (of 246 total)