Viewing 15 posts - 15,721 through 15,735 (of 26,486 total)
Anyone seen the OP since this morning?
April 29, 2010 at 11:54 am
CirquedeSQLeil (4/29/2010)
Steve Jones - Editor (4/29/2010)
April 29, 2010 at 11:33 am
aqkhan_k (4/29/2010)
April 29, 2010 at 11:01 am
CirquedeSQLeil (4/29/2010)
Brandie Tarvin (4/29/2010)
haakon 29117 (4/29/2010)
Our trouble is that we have a application witch generates a lot ammount of databases. We are now past about 2700 databases.
Please tell me what...
April 29, 2010 at 10:52 am
Executing the query "BACKUP LOG [master] TO DISK = N'\\\\oxygen\\SQLBackups\\carbon\\master\\master_backup_201004290800.trn' WITH NOFORMAT, NOINIT, NAME = N'master_backup_20100429080009', SKIP, REWIND, NOUNLOAD, STATS = 10
" failed with the following error: "Cannot back up...
April 29, 2010 at 8:27 am
Steve Jones - Editor (4/29/2010)
Do we have a Sharepoint site we like?
Not yet. I think we all have gotten a bit busy with other things and gotten a little...
April 29, 2010 at 7:53 am
Must be using multiple t-log files since the max size of the t-log is 2 TB.
April 29, 2010 at 7:32 am
Since you are not using a witness, if the mirror databaseis unavailable, the transactions will get committed on the principal database. This will start approximately 10 seconds after the...
April 29, 2010 at 6:41 am
And the school work continues.
April 28, 2010 at 11:25 pm
Since this appears to have the potential of being homework or class project, the first thing many of us would like to see is what have you done so far...
April 28, 2010 at 11:24 pm
This:
DECLARE @str1 VARCHAR(MAX)
DECLARE @str2 VARCHAR(MAX)
DECLARE @Symbol VARCHAR(20)
DECLARE @CreatedON DATETIME
SET @Symbol ='MSFT'
SET @CreatedON = getutcdate()
SET @str1 = '04/20/2010,5.02,5.06,4.92,4.97,1024893100,4.97#04/21/2010,5.03,5.04,4.82,4.93,987875700,4.93#04/22/2010,4.85,4.89,4.77,4.87,806903800,4.87#04/23/2010,4.87,4.95,4.83,4.86,760414400,4.86#04/26/2010,4.79,4.8,4.6,4.61,1242088300,4.61#04/27/2010,4.55,4.57,4.33,4.34,1337330600,4.34#04/28/2010,4.42,4.56,4.4,4.45,1103714300,4.45#';
SET @str2 = '04/20/2010,5.02,5.06,4.92,4.97,1024893100,4.97#';
with InitSplit as (
select
ItemID,
...
April 28, 2010 at 11:12 pm
Not sure if you have the delimited split function, I have posted it several times here on SSC and I'm sure there are others, but using that iTVF, this is...
April 28, 2010 at 10:47 pm
Two strings or one? Your initial post makes it sond like a single variable.
April 28, 2010 at 10:29 pm
Is this data actually coming from a text file?
April 28, 2010 at 10:09 pm
Viewing 15 posts - 15,721 through 15,735 (of 26,486 total)