|
Search
You searched for the word(s):
Showing page 58 of 133 (1,330 total posts)
< 1 second(s)
-
-- Useless code
-- SELECT DB_NAME() is enough
SELECT DB_NAME(DB_ID()) AS [Current Database];
GO
SELECT [name] AS [Current Database]
FROM sys.databases
WHERE database_id=DB_ID();
GO
-
-
-
-
Junior DBA talking to Senior DBA about Notification Services and Event Notifications:
-
Din pacate intalnirea nu se poate tine Sambata.
Consultati totusi acest thread Sambata pentru eventuale modificari.
In cazul in care totusi se va tine intalnirea o sa o programam dupa amiaza.
Ne cerem scuze!
-
Maybe you've noticed on my blog in the news section a link named Chat With Me! The idea came initially from Tudor Galos and then I found a tutorial for how to setup this to work for your site here: Windows Live Messenger IM Control & Presence API - conversations from Web to Client & querying presence.
-
-
RoSQL Newsletter 11-11-2007============================================================English Version follows:
In acest numar:1. Intalnire RoSQL2. Windows Server 2008 Hands-On Lab3. Poze de la SQL Server 2008 Hands-On Lab
1. RoSQL va invita pe 24 Noiembrie 2007 ora 11:00 la o intalnire dedicata SQL Server 2008. Locatia este ...
-
Pe 24 Noiembrie 2007 - ora 11 la Microsoft Romania GTSC - Strada Tudor Arghezi 8-10 (cladirea Unimed) va avea loc o noua intalnire RoSQL
Agenda:
11:00-11:10 Introducere
11:10-11:30 SQL Server 2008 - Dependinte Obiecte - Cristian Lefter, SQL Server MVP
11:30-12:00 SQL Server 2008 - Tipul de date HierarchyID - Razvan Socol, SQL ...
... 58 ...
|
|
|