If I offended you, please accept my apologies! My links were intended only to be fun, nothing more. They are neither related to you nor your question. -- Frank Kalis Microsoft SQL Server MVP http://www.insidesql.de
CREATE DATABASE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME] GO USE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME] SELECT * FROM INFORMATION_SCHEMA.TABLES USE Master GO DROP DATABASE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME] -- Frank Kalis Microsoft SQL Server MVP http://www.insidesql.de
CREATE DATABASE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME] GO USE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME] SELECT * FROM INFORMATION_SCHEMA.TABLES USE Master GO DROP DATABASE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME] -- Frank Kalis Microsoft SQL Server MVP http://www.insidesql.de
thats too funny! I picture bart writing that on the blackboard in a future episode of The Simpsons
how can i use The "Use Database" statement >>>
KC k_cheung
Insert Into [My DB].MyTable(No) values (6)
net34
why all this my friend !!
don't exaggerate
i'm tried to write the following statement before :
Insert Into [My DB].MyTable(No) values 6
and the compiler refuse the statement ..
so i send for help
flixxx
My links were intended only to be fun, nothing more. They are neither related to you nor your question.
--
Frank Kalis
Microsoft SQL Server MVP
http://www.insidesql.de
E. Woods
GO
USE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME]
SELECT * FROM
INFORMATION_SCHEMA.TABLES
USE Master
GO
DROP DATABASE [I SHALL NOT USE BLANKS IN ANY OBJECT NAME]
--
Frank Kalis
Microsoft SQL Server MVP
http://www.insidesql.de
Karen Gayda
thats too funny! I picture bart writing that on the blackboard in a future episode of The Simpsons
fiza
http://www.insidesql.de/images/stories/google_bart.gif
But I think, this one's also pretty cool
http://www.insidesql.de/images/6thsense.jpg
--
Frank Kalis
Microsoft SQL Server MVP
http://www.insidesql.de