This website works better with JavaScript.
Explore
Help
Register
Sign In
shu
/
OpenDBDiff
Watch
1
Star
0
Fork
You've already forked OpenDBDiff
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
OpenDBDiff
/
OpenDBDiff.Schema.SQLServer...
/
SQLQueries
/
GetFileGroups.sql
7 lines
107 B
Raw
Permalink
Blame
History
SELECT
name
,
data_space_id
AS
[
ID
]
,
is_default
,
is_read_only
,
type
FROM
sys
.
filegroups
ORDER
BY
name
Reference in new issue
View Git Blame
Copy Permalink