Viewing 15 posts - 316 through 330 (of 390 total)
Javier-157657 (7/5/2012)
E.g:
Row1,Row2 and Row3 from original table go to Column1, Column2 and Column3 in the first...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 7:01 am
tush002sunny (7/5/2012)
I have two packages & four stored procedures.
I am calling all these through a SQL server job. It may be possible that there is a change in requirement &...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 4:51 am
Raghavender (7/5/2012)
rhythmk (7/5/2012)
Raghavender (7/5/2012)
This is the thing I am...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 3:56 am
Ford Fairlane (7/5/2012)
XXX XXXX:16 RHP PMC:11 Document Control:03 Documents for Review:03 Supplier Reviews:RHIO-005620 BGC:100RH-1000-CI-PRO-1001_A.pdf
XXX XXXX:16 RHP PMC:11 Document Control:03 Documents for Review:03 Supplier Reviews:RHIO-005620 BGC:100RH-1000-CI-PRO-1002_A.pdf
XXX XXXX:03 Commercial:02 Procurement:07 Purchase...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 3:11 am
Raghavender (7/5/2012)
We have different instances on those we have to run one SQL script, and the result to be stored in another instance.This is the thing I am looking for.
That...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 2:37 am
christophe.bernard 47659 (7/5/2012)
the reason that they don't like the test IF in a stored procedure is due to the performance, they tell me that condition AND OR is better than...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 1:43 am
ssa2010 (7/5/2012)
Also mention the difference between SQL 2005 Express Edition and SQL 2008 Express Edition like their DB size limitation...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 1:39 am
Raghavender (7/5/2012)
I have a query which need to be run on different instanceas and the result to be...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 1:37 am
Ford Fairlane (7/5/2012)
CREATE TABLE [dbo].[DAuditNew] (
[EventID] bigint IDENTITY(1, 1) NOT NULL,
[AuditID] int NOT NULL,
[AuditStr] nvarchar(32) NOT NULL,
[AuditDate] datetime NOT NULL,
[DataID] int NULL,
[SubType] int NULL,
[UserID] int...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 1:25 am
sudhakar.siram (7/4/2012)
Thanks for u r reply.Is any other solution is there for achieving that one?
Hi Sudhakar,
As Koen mentioned that Checkpoints can be configured for Control Flow tasks only not for...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 5, 2012 at 12:26 am
raghavatgk (7/4/2012)
Thanks to all.good to know that, it can be done using intersect and except.
i am done using Exists operator.
Expecting some more Solutions.:-)
I guess Kingston got the perfect...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 4, 2012 at 11:20 pm
raghavatgk (7/4/2012)
create table #Genre(gid int, Genre_name varchar(100))
insert into #Genre values(521,'classical')
insert into #Genre values(523,'pop')
insert into #Genre values ( 627,'fusion')
Create table #music(gid int,mid varchar(10),Era varchar(20))
insert into...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 4, 2012 at 7:31 am
prudhivi9 (7/4/2012)
I jst followed the link wh u hav specified there,
but one thing is like how to create a batch file for all the packages, can i get any syntax...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 4, 2012 at 7:02 am
prudhivi9 (7/4/2012)
Actually we are working with two servers,
my requirement is like this,
i want to copy packages from server A msdb to Server B msdb.
Am having many number of packages...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 4, 2012 at 6:10 am
Toreador (7/4/2012)
I saw the film, but I think I'd gone to sleep long before it got to that bit
Steve wants us to see movie but with your comment i'll not...
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
July 4, 2012 at 5:37 am
Viewing 15 posts - 316 through 330 (of 390 total)