Viewing 15 posts - 1,516 through 1,530 (of 2,897 total)
For clarity, I like to use the full year YYYY in my dates. It helps prevent any confusion.
February 26, 2010 at 8:10 am
Another thing that trips people up is objects owned by a schema other than "dbo".
You might run this, which assumes "dbo" select * from TableA
when in fact...
February 23, 2010 at 5:26 pm
okiftequar (2/23/2010)
USE AdventureWorks
SELECT o.name as [Name], i.rowcnt as [Row Count]
FROM sysindexes...
February 23, 2010 at 9:52 am
Then, after I qet the query results of monthly growth averages, I paste them into a spreadsheet to calulate average growth percent per database per month. I then use that...
February 22, 2010 at 9:20 am
I don't delete my full backup history so that I can use previous backup size to predict future growth.
-- Average DB size by month for ALL Databases
-- Backups DO NOT...
February 22, 2010 at 8:26 am
That's like asking for help arranging the furniture in your house, without being able to see the furniture or the house.
February 19, 2010 at 8:16 am
Self blocking is ok. There's an explanation somewhere if you search for it.
February 18, 2010 at 6:59 pm
san-1015392 (2/18/2010)
ok i got the answer ; but does it req. to restart sql server agent?
Not to work with operators, assuming you already have mail working.
If you are setting up...
February 18, 2010 at 12:17 pm
Create an Operator that has multiple people in it.
Operator: "Job Alert Group"
Email Name: Joe@abc.com; Mary@abc.com; Mike@abd.com
February 18, 2010 at 11:47 am
You can gain knowledge outside your work requirement by using a local version of sql for learning, or setting up a test database on a test server. There you can...
February 17, 2010 at 2:48 pm
There might be ways to loop through the data doing updates instead of large batches. Might be slower but less disruptive.
February 17, 2010 at 12:40 pm
Diane Rayzer (2/16/2010)
I'm wanting to do something similar in SQL 2005. From Server A (in the network) I want to connect to Server B (in it's own DMZ);...
February 17, 2010 at 12:30 pm
What are you trying to accomplish ?
I recently worked on a project converting a SQlite application to SQL 2005. I didn't try connecting the 2 though. I used SQL Maestro...
February 17, 2010 at 11:57 am
See my and other responses in this similar thread:
http://www.sqlservercentral.com/Forums/Topic809627-149-1.aspx
February 17, 2010 at 9:48 am
^^^^ R a j u ^^^ (2/17/2010)
February 17, 2010 at 9:06 am
Viewing 15 posts - 1,516 through 1,530 (of 2,897 total)