Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

T-SQL Store procedure variable

$
0
0
Hi
Sorry a bit new to T-SQL!

I have the following store procedure
EXECUTE sp_sqlbackup @Databases = 'all', @URL = 'https://storage.blob.core.windows.net/sqlbackup', @Credential = 'Backup', @Backup = 'FULL'

I would like to execut

Viewing all articles
Browse latest Browse all 3145

Trending Articles