|
Search
You searched for the word(s):
Showing page 76 of 133 (1,330 total posts)
< 1 second(s)
-
Incercati sa folositi un parametru in loc de query:
DECLARE @sqlstatement NVARCHAR(4000);
SET @sqlstatement = 'SELECT 1';
EXEC msdb.dbo.sp_send_dbmail @profile_name = 'Profile1', @recipients = 'adresa@yahoo.com', @body = 'body ', @subject = 'subject' , ...
-
Microsoft SQL Server 2008 CTP 4
Brief Description
This download comes as a pre-configured VHD. This allows you to trial SQL Server 2008 CTP 4 in a virtual environment.
Daca vreti sa folositi un download manager link-urile directe ...
-
Desi nu a fost anuntat pe 19-09-2007 va avea loc un webcast cu subiectul Object Dependencies.
-
Wed, 05 Sep 2007
MSDN Webcast: Data Programmability and SQL Server 2008 (Level 200)
Thu, 23 Aug 2007
TechNet Webcast: Server Consolidation with SQL Server (Level 300)
Thu, 09 Aug 2007
TechNet Webcast: The Value of Business Intelligence with SQL Server 2008 (Level 200)
Mon, 30 Jul ...
-
Mon, 17 Sep 2007
MSDN Webcast: Programming SQL Server 2008 (Level 300)
Wed, 26 Sep 2007
TechNet Webcast: SQL Server 2008: New Performance Monitoring and Troubleshooting Using Management Studio (Level 300)
Fri, 28 Sep 2007
MSDN Webcast: Entity Framework for Database Administrators (Level ...
-
Cateva din webcast-urile dedicate SQL Server 2008 sunt acum si in format audio:
SQL Server 2008
TechNet Webcast Audio: An Overview of Manageability in Microsoft SQL Server 2008 (Level 200)
Original Air Date: July 24, 2007
Customer Rating:
WMA (15MB) | MP3 (25MB)
TechNet Webcast Audio: Data Warehousing Enhancements in Microsoft ...
-
Hmm!
Braindumps
La toate intrebarile Books Online are raspunsuri, pentru 3 si 4 a se vedead Recovery Models, pentru 1 optiunea pad index.
-
Se vor tine evenimente Microsoft in Noiembrie.
-
Sau folositi sql dinamic si aveti grija la sql injection:
DECLARE @InVariable varchar(1024);DECLARE @SQLString nvarchar(500);
DECLARE @ParmDefinition nvarchar(500);
SET @ParmDefinition = N'@tipuri varchar(1024)';SET @SQLString =N'select * from tabel where tip IN (@tipuri)';
SET @tipuri='1,2,3';
EXECUTE sp_executesql @SQLString, ...
-
Daca ati pierdut webcast-urile despre CTP-ul de Iulie gasiti aici inregistrarile: https://connect.microsoft.com/SQLServer/content/content.aspx?ContentID=6082
... 76 ...
|
|
|