Viewing 15 posts - 2,206 through 2,220 (of 2,339 total)
kwoznica (2/15/2014)
Is this thought the optimal way of logging such activity?
what is a more optimal way to perform logging?
Would a separate trigger need to be created for each...
February 15, 2014 at 10:27 pm
Minnu (2/13/2014)
February 13, 2014 at 10:47 am
Scope.
@var1 is never being set within the scope of your code.
You need to read on sp_executesql and use that.
February 13, 2014 at 5:11 am
I had the same issue, transferring our database on an AWS instance to a local server. The database was significantly larger, 120GB.
We implemented transactional replication.
The basic steps I...
February 6, 2014 at 9:13 am
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
Viewing 15 posts - 2,206 through 2,220 (of 2,339 total)