Viewing 15 posts - 2,221 through 2,235 (of 2,350 total)
Grant Fritchey (1/22/2014)
SQLRNNR (1/22/2014)
Grant Fritchey (1/22/2014)
praneethydba (1/22/2014)
HI,I am happy to tell you, my database is up now.....
Online now.....:-)
Thanks a lot for your support...
Thanks
Praneeth
Congrats! That's great!
Now, run a backup.
No, schedule regular...
January 22, 2014 at 9:20 am
From what you describe in the original post, yes, the DBA's can probably do everything described without RDP access. You can view the event log, file sizes, etc. etc....
December 17, 2013 at 12:48 pm
Do a search for Ola Hallengren. He has everything you need.
December 16, 2013 at 3:13 pm
New golf clubs, and time to practice with them so that I can get my game close to where it once was.
December 13, 2013 at 10:14 am
But, as a DBA, I would have made sure that the data was clean before attempting an import!:-)
December 8, 2013 at 8:00 pm
Jeff Moden (11/9/2013)
Gary Varga (11/8/2013)
Jeff Moden (11/7/2013)
..."Doing it right the first time" shouldn't be just a motto. It should be the best of all practices.
Absolutely, but in the context...
November 19, 2013 at 7:26 am
You're still not very clear. And I couldn't resist the wise guy response...
Is the source of the data rows in a table? A string?, Something else?
November 15, 2013 at 12:34 pm
CREATE FUNCTION dbo.ListPassengerNames()
RETURNS varchar(8000)
BEGIN
RETURN ('James, John, Bob, Kate, and Julie')
END
Go
November 15, 2013 at 12:20 pm
This looks like an import problem!
Is the sample data you provided in a database table? If so, how did it get there?
It looks like the output into a...
October 23, 2013 at 10:39 am
bryan van ritter (9/17/2013)
i am trying to convert a nvarchar column to a decimal value.
the nvarchar column has empty records as well as NULL values.
now when i try...
September 17, 2013 at 11:41 am
Microsoft's move in this area does not surprise me.
Simply put, they were not making money on this program. They probably are making lots of money on the...
September 5, 2013 at 3:31 pm
I can tackle this. I have a good one in place in all of my databases. The script has been passed around the block many times.
September 4, 2013 at 11:54 am
Gee, this sure sound like using BCP in character based mode would do the trick.
BCP DatabaseName.schema.table OUT FileName.csv /m 100 /b 100 /e TableName.err /c /t\, /r /S ServerName /T...
August 15, 2013 at 10:35 am
This appears to be a significant design flaw.
The first question is would address be considered an entity, or is address really an attribute of Other entities? :Salesman has address"...
August 15, 2013 at 9:45 am
Viewing 15 posts - 2,221 through 2,235 (of 2,350 total)