Viewing 15 posts - 496 through 510 (of 1,138 total)
norbertackerman (9/25/2009)
Our SQL 2005 DB was hacked last night. In many of our tables this was appended...
September 28, 2009 at 6:26 am
Pradyothana Shastry (9/28/2009)
Use cast operator for a particular format.
or convert ๐
September 28, 2009 at 6:17 am
I can only echo what has already been said, fragmentation is relative to the table size in some respects, if you have a small table, which is constantly being changed,...
September 28, 2009 at 6:08 am
As mentioned already, they are the same as regards to what data type are allowed.
September 28, 2009 at 6:03 am
ok, different ways of populating the rest.
sys.databases will return relevant information for the databases
for the maintenence plans look at
sysdbmaintplans
sysdbmaintplan_databases
sysdbmaintplan_history
sysdbmaintplan_jobs
in the msdb database
September 28, 2009 at 5:54 am
MrT-SQL (9/25/2009)
I've just read the following in an article "Index seeks cannot be made on NULL values, so A IS NULL and B IS NOT NULL should also be avoided....
September 25, 2009 at 8:27 am
LeeM (9/25/2009)
When the tempdb files filled up, the server tried to open a non-existent temp file on a K: drive which no longer exists. We had a tempdb file...
September 25, 2009 at 8:01 am
Raghavender (9/25/2009)
I have a database with one .mdf, one .ndf file and one .ldf file.
My database have approximate 200 tables.
Here my question is:
How can I find which file...
September 25, 2009 at 7:56 am
San-847017 (9/25/2009)
Please go through the below link as wellDon't know if it's of any useful for you. I have implemented in my DB.
Nice article, only of use if you have...
September 25, 2009 at 7:49 am
Good suggestions so far, if you want to script multiple job in 1 go, you can multi select the jobs and right click script using object explorer details view.
September 25, 2009 at 6:23 am
andrew.bruno (9/25/2009)
What does, is the fact that during...
September 25, 2009 at 6:20 am
Adam-393315 (2/11/2007)
Hi Everyone,
I am getting the strangest things happen with sql server 2005 standardthat we never had when installed on our other servers with sql server express.
Basically we have over...
September 25, 2009 at 6:05 am
free_mascot (9/25/2009)
San,There are multiple way of doing the same things...
You can easily delete the unwanted database.
Very true Mascot, thanks for pointing that out ๐
September 25, 2009 at 6:00 am
yes, drop the fulltext index and recreate specifying the language as spanish for example
if you want to do it via the gui. after looking at the properties for the catalogue,...
September 25, 2009 at 1:46 am
Viewing 15 posts - 496 through 510 (of 1,138 total)