|
Search
You searched for the word(s):
Showing page 19 of 133 (1,330 total posts)
< 1 second(s)
-
Exista un articol pe sqldts pe aceasta tema http://www.sqldts.com/246.aspxFisierele din articol sunt in alt format insa metoda poate fi adaptata.
-
-
In SQL Server 2000 se poate da dreptul de executie pe o procedura stocata denumita de exemplu usp_Edit @NewCode care sa execute 'ALTER PROCEDURE usp_MyProc' si codul specificat ca argument. Dezavantajul acestei metode este faptul ca necesita o validare destul de complexa a argumentului specificat pentru a evita SQL Injection.
-
Daca va uitati un pic la mesajul de eroare va si sugereaza metoda recomandata:Msg 3206, Level 16, State 1, Line 1No entry in sysdevices for backup device 'c:\1.bak'. Update sysdevices and rerun statement.Msg 3013, Level 16, State 1, Line 1BACKUP DATABASE is terminating abnormally.
-
Personal folosesc http://www.livehosting.ro/ si sunt in totalitate multumit atat de calitatea serviciilor cat si de pret.
-
Pe langa solutia eleganta propusa de Razvan, o solutie ce nu implica folosirea de cod este ''Pausing the SQL Server Service'':When you pause an instance of Microsoft SQL Server, users that are connected to
the server can finish tasks, but new connections are not allowed. For example,
you can pause an instance of SQL Server for a few minutes ...
-
Se poate face cu un cursor (folosind numele tabelelor) sau daca este vorba de SQL Server 2000 folosind urmatorul cod:exec sp_MSforeachtable 'ALTER TABLE ? NOCHECK CONSTRAINT ALL'
-
It's new and fresh and has a lot of Business Intelligence: it's the new Analysis Services Multidimensional Data Tech Center. Oh, and it comes in two flavors a Dev one and and ITPro: http://msdn.microsoft.com/en-us/sqlserver/cc511475.aspxhttp://technet.microsoft.com/en-us/sqlserver/cc510300.aspxEnjoy !
-
RoSQL Newsletter 25-03-2009============================================================English Version follows:
In acest numar:1. SQL Server Community Events
a. Romanian SQL Server User Group va invita la SQL Experience o serie de evenimente dedicate SQL Server organizate in Bucuresti.
Pentru detalii, agenda si inscriere folositi urmatorul ...
-
... 19 ...
|
|
|