Topics
Started by
Posts
Last post
Hey guys, I have an ssis package that creates and zips a file. I need to be able to send the file t…
2 replies
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET NOCOUNT ON; declare @tempNum int,@debtorID var…
1 replies
Function Get-ServiceInfo { Param( [String]$Server, [String]$SQLInstance, [String]$SQLService, [Stri…
2 replies
Hello Team, Could you please provide me is there any T-SQL Scripts to validate whehere database is …
4 replies
Hello All, I am trying to get the date column in the format 'MM/DD' from the data column. However, …
5 replies
I found this Sources from: https://solutioncenter.apexsql.com/multi-server-script-to-automatically-…
6 replies
Hi i have a .net program that based on the partnumber it creates a sequence (if a sequence exists …
3 replies
Hello DB people I've this table TableA that have these fields: [intIdEntidad],[intIdEjercicio],[idT…
5 replies
Good morning all i need your expertise to help me on a code the goal is to extract part of a…
8 replies
Good morning all I have this text string \\A1-SRV-05\REPRISE-sollyazar\Allianz_ged\NOVAXEL\ALLIANZ_…
4 replies
Hello, I have an SSIS package with an Execute SQL Task that runs the following query: SELECT startD…
1 replies
I am using the following statement: EXEC master..xp_cmdshell 'BCP "Select * from #tempTable" QUERYO…
2 replies
I am trying to put the result of Stored Procedure execution into Temp Table: SELECT * INTO #tmpTabl…
11 replies
Hi. I would like to know is it possible to recover data log table from SQL Server 2014 without back…
2 replies
Is it possible to create a temp table on a remote server via openquery? I have several queries tha…
4 replies
Viewing 15 topics - 391 through 405 (of 3,067 total)
You must be logged in to create new topics.