Viewing 15 posts - 6,916 through 6,930 (of 26,490 total)
You will get better responses to your questions if you provide more information. Personally, from your original post, there really isn't enough to really help you. What would...
March 20, 2014 at 8:31 am
kaplan71 (3/19/2014)
I ran sqlbuddy123's script, and the output, going back to February 22, is shown below:
DbNameBackupTypeBackupSize_MBBackupSize_GBBackup_StartDateBackup_EndDateBackupNameBackupDescriptionUserNameTakingBackupServerNameMachineNameDeviceName
...
Hope this helps.
The only thing I learned from backup history is that it...
March 19, 2014 at 9:21 am
Unfortunately without seeing the actual code it is hard to tell you if you are doing things correctly or not.
March 19, 2014 at 8:32 am
Let me paraphrase what is going on:
Saturday, full backup runs successfully.
Sunday, differential backup runs successfully.
Monday, differential backup fails saying you need to run a full backup.
First, what recovery model is...
March 19, 2014 at 8:29 am
ScottPletcher (3/14/2014)
Lynn Pettis (3/14/2014)
vamsikrishnacheruku (3/10/2014)
1/jan/2014, monday
1/feb/2014,thrusday
...
March 14, 2014 at 11:38 pm
simflex-897410 (3/14/2014)
Thank you so much for your responses.
I must say though that I am very confused with your questions.
You asked if table1 is related to table2 by userid?
I did...
March 14, 2014 at 11:35 pm
select username,
password,
isnull(access_level,0) access_level
from table2 e left join table1 m on e.userid = m.username...
March 14, 2014 at 10:17 pm
simflex-897410 (3/14/2014)
These names are actual names of popular people and I can't post their information here.
Our site...
March 14, 2014 at 10:15 pm
vamsikrishnacheruku (3/10/2014)
1/jan/2014, monday
1/feb/2014,thrusday
...
March 14, 2014 at 10:05 pm
Luis Cazares (3/14/2014)
Pritz (3/14/2014)
Set rec_num = DENSE_RANK() OVER( ORDER BY part_no)
from dbo.voters
Got the error for the script above.
can you re-post the corrected one? I cannot see...
March 14, 2014 at 1:28 pm
Pritz (3/14/2014)
Update dbo.votersSet rec_num = DENSE_RANK() OVER( ORDER BY part_no)
from dbo.voters
Got the error for the script above.
can you re-post the corrected one? I cannot see it.
Thanks,
Funny, I...
March 14, 2014 at 1:14 pm
Pritz (3/14/2014)
got this error:Windowed functions can only appear in the SELECT or ORDER BY clauses.
First, for what code. Posting "got this error" really doesn't tell anyone anything.
Second, recheck the...
March 14, 2014 at 1:07 pm
Luis Cazares (3/14/2014)
Update dbo.voters
Set rec_num = DENSE_RANK() OVER( ORDER BY part_no)
from...
March 14, 2014 at 12:58 pm
Agreed. That way we can use the newer features that are not available in SQL Server 2000. Makes things easier.
By the way, to the OP, please don't post...
March 14, 2014 at 12:51 pm
Viewing 15 posts - 6,916 through 6,930 (of 26,490 total)