Viewing 15 posts - 1,231 through 1,245 (of 1,292 total)
The dbid Column in sysdatabases should help you.
The DBID's 1 - 4 are always used by the System DB's and the DBID for the 5th System Database
SystemResorce DB is always...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 10:01 am
**********************************************************************************
Products Disqualified & Reason
Product ...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 9:48 am
Well, I have not tried the same that you are looking at but, I suggest give it a try concatenating recursively to the same Text Column from by retrieving the...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 9:40 am
Have you made enough search online for the steps?
I guess you should be getting plenty of them.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 9:18 am
So you get multiple records from Oracle and you try to concatenate them into 1 single Value. 1st that right?
I don't know if you have done this or not,...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 9:06 am
The value that you fetch from Oracle to Server2, is it a single record? or a record set?
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 8:37 am
You can Install 16 Instances of Express Edition on a Machine
As suggested by Steve, if preparing for exam / Intvw use a search engine you like.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 8:34 am
Hi,
I tried to understand what you wanted to achieve, I guess you need to do this..
Create a Linked Server on Server1 with the security permissions that can execute SP's on...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 27, 2009 at 8:25 am
Why are you thinking about writing code to create a Job?
You can actually use the SSMS to create a SQL Job.
Follow the link in Books OnLine about the steps...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 26, 2009 at 11:58 am
How are you loging to SQL Server now? I guess you must be using SQL Login.
You cannot disable Windows Authentication completely but rather the workaround way is you Deny Login...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 26, 2009 at 11:49 am
Break your Update into smaller slices by including some kind of condition that you are aware (may be by using a Date Column and putting between Clause)
And also use
BEGIN...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 22, 2009 at 9:26 pm
I ran the command to 10% limitation, do I need to re start sql server? I already see that file now is 32,000,000 MB.
I need to update 48 mil records,...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 22, 2009 at 9:21 pm
Before setting up Replication, you need to have the understanding of what you want to achieve by implementing replication, and it does not end there, there are different types...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 22, 2009 at 9:10 pm
Have you deployed the package in SQL Server or it is in File System?
Whatever it is currently, try changing to the other one.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 22, 2009 at 9:01 pm
Lets get right to it:
Is this possible?
It is possible if you could help us understand it !!!
Be clear in your question post with some sample script and also...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
October 22, 2009 at 8:54 pm
Viewing 15 posts - 1,231 through 1,245 (of 1,292 total)